Class: GraphQL::MutableType

Inherits:
ObjectType
  • Object
show all
Defined in:
lib/graphql/mutable_type.rb

Overview

Mutable Type is an extended Object Type that has mutations inside.

Instance Attribute Summary collapse

Instance Attribute Details

#mutationObject

Returns the value of attribute mutation.



6
7
8
# File 'lib/graphql/mutable_type.rb', line 6

def mutation
  @mutation
end