Class: GraphQL::Doctor::IR::MutationRegistration
- Inherits:
-
Struct
- Object
- Struct
- GraphQL::Doctor::IR::MutationRegistration
- Defined in:
- lib/graphql/doctor/ir.rb
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
-
#mutation ⇒ Object
Returns the value of attribute mutation.
-
#owner ⇒ Object
Returns the value of attribute owner.
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location
25 26 27 |
# File 'lib/graphql/doctor/ir.rb', line 25 def location @location end |
#mutation ⇒ Object
Returns the value of attribute mutation
25 26 27 |
# File 'lib/graphql/doctor/ir.rb', line 25 def mutation @mutation end |
#owner ⇒ Object
Returns the value of attribute owner
25 26 27 |
# File 'lib/graphql/doctor/ir.rb', line 25 def owner @owner end |