Method: GraphQL::Schema::Argument#owner
- Defined in:
- lib/graphql/schema/argument.rb
#owner ⇒ GraphQL::Schema::Field, Class (readonly)
Returns The field or input object this argument belongs to.
17 18 19 |
# File 'lib/graphql/schema/argument.rb', line 17 def owner @owner end |