Method: GraphQL::Schema::Field#owner

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

#ownerClass

Returns The thing this field was defined on (type, mutation, resolver).

Returns:

  • (Class)

    The thing this field was defined on (type, mutation, resolver)



71
72
73
# File 'lib/graphql/schema/field.rb', line 71

def owner
  @owner
end