Sha256: 00782bef7c4b77b5d4ff2a5cacd13a877398d52d0452be594cac236e5a403bfa

Contents?: true

Size: 293 Bytes

Versions: 95

Compression:

Stored size: 293 Bytes

Contents

<% module_namespacing_when_supported do -%>
module Types
  class MutationType < Types::BaseObject
    # TODO: remove me
    field :test_field, String, null: false,
      description: "An example field added by the generator"
    def test_field
      "Hello World"
    end
  end
end
<% end -%>

Version data entries

95 entries across 95 versions & 2 rubygems

Version Path
graphql-1.11.12 lib/generators/graphql/templates/mutation_type.erb
graphql-1.11.11 lib/generators/graphql/templates/mutation_type.erb
graphql-1.12.25 lib/generators/graphql/templates/mutation_type.erb
graphql-1.13.24 lib/generators/graphql/install/templates/mutation_type.erb
graphql-2.0.32 lib/generators/graphql/install/templates/mutation_type.erb
graphql-2.0.31 lib/generators/graphql/install/templates/mutation_type.erb
graphql-1.13.23 lib/generators/graphql/install/templates/mutation_type.erb
graphql-2.0.29 lib/generators/graphql/install/templates/mutation_type.erb
graphql-1.13.22 lib/generators/graphql/install/templates/mutation_type.erb
graphql-2.0.28 lib/generators/graphql/install/templates/mutation_type.erb
graphql-1.13.21 lib/generators/graphql/install/templates/mutation_type.erb
graphql-1.13.20 lib/generators/graphql/install/templates/mutation_type.erb
graphql-2.1.0 lib/generators/graphql/install/templates/mutation_type.erb
graphql-2.0.27 lib/generators/graphql/install/templates/mutation_type.erb
graphql-2.0.26 lib/generators/graphql/install/templates/mutation_type.erb
graphql-2.0.25 lib/generators/graphql/install/templates/mutation_type.erb
graphql-2.0.24 lib/generators/graphql/install/templates/mutation_type.erb
graphql-2.0.23 lib/generators/graphql/install/templates/mutation_type.erb
graphql-2.0.22 lib/generators/graphql/install/templates/mutation_type.erb
graphql-2.0.21 lib/generators/graphql/install/templates/mutation_type.erb