Sha256: 177cf24e5a033d8d123290145e09f396610fb37430e6dff509594b0e9e98bde0

Contents?: true

Size: 109 Bytes

Versions: 8

Compression:

Stored size: 109 Bytes

Contents

Types::MutationType = GraphQL::ObjectType.define do
  name "Mutation"

  # TODO: Add Mutations as fields
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
graphql-1.6.7 lib/generators/graphql/templates/mutation_type.erb
date_book-0.0.6 app/graphql/types/mutation_type.rb
date_book-0.0.5 app/graphql/types/mutation_type.rb
date_book-0.0.3 app/graphql/types/mutation_type.rb
date_book-0.0.2 app/graphql/types/mutation_type.rb
date_book-0.0.1 app/graphql/types/mutation_type.rb
graphql-1.6.6 lib/generators/graphql/templates/mutation_type.erb
graphql-1.6.5 lib/generators/graphql/templates/mutation_type.erb