Sha256: bd154f7da85cf902937a2f3d03635822fd5e38140b9f6c9bdec5bfec4af68e5f

Contents?: true

Size: 238 Bytes

Versions: 68

Compression:

Stored size: 238 Bytes

Contents

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

Version data entries

68 entries across 63 versions & 2 rubygems

Version Path
graphql-1.8.18 lib/generators/graphql/templates/mutation_type.erb
graphql-1.8.18 spec/integration/tmp/dummy/app/graphql/types/mutation_type.rb
graphql-1.11.3 lib/generators/graphql/templates/mutation_type.erb
graphql-1.11.2 lib/generators/graphql/templates/mutation_type.erb
graphql-1.10.14 lib/generators/graphql/templates/mutation_type.erb
graphql-1.11.1 lib/generators/graphql/templates/mutation_type.erb
graphql-1.10.13 lib/generators/graphql/templates/mutation_type.erb
graphql-1.11.0 lib/generators/graphql/templates/mutation_type.erb
graphql-1.10.12 lib/generators/graphql/templates/mutation_type.erb
graphql-1.9.21 lib/generators/graphql/templates/mutation_type.erb
graphql-1.10.11 lib/generators/graphql/templates/mutation_type.erb
graphql-1.9.20 lib/generators/graphql/templates/mutation_type.erb
graphql-1.10.10 lib/generators/graphql/templates/mutation_type.erb
graphql-1.10.9 lib/generators/graphql/templates/mutation_type.erb
graphql-1.10.8 lib/generators/graphql/templates/mutation_type.erb
graphql-1.10.7 lib/generators/graphql/templates/mutation_type.erb
graphql-1.10.6 lib/generators/graphql/templates/mutation_type.erb
graphql-1.10.5 lib/generators/graphql/templates/mutation_type.erb
graphql-1.10.4 lib/generators/graphql/templates/mutation_type.erb
tainted_love-0.4.1 tests/rails/app/graphql/types/mutation_type.rb