Method: GraphQL::Schema::Argument#owner

Defined in:
lib/graphql/schema/argument.rb

#ownerGraphQL::Schema::Field, Class (readonly)

Returns The field or input object this argument belongs to.

Returns:



17
18
19
# File 'lib/graphql/schema/argument.rb', line 17

def owner
  @owner
end