Class: GraphQL::Doctor::IR::MutationRegistration

Inherits:
Struct
  • Object
show all
Defined in:
lib/graphql/doctor/ir.rb

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



25
26
27
# File 'lib/graphql/doctor/ir.rb', line 25

def location
  @location
end

#mutationObject

Returns the value of attribute mutation

Returns:

  • (Object)

    the current value of mutation



25
26
27
# File 'lib/graphql/doctor/ir.rb', line 25

def mutation
  @mutation
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



25
26
27
# File 'lib/graphql/doctor/ir.rb', line 25

def owner
  @owner
end