Class: GraphQL::ObjectType

Inherits:
Object
  • Object
show all
Defined in:
lib/graphql/object_type.rb

Direct Known Subclasses

Relay::Edge

Instance Method Summary collapse

Instance Method Details

#connection_typeObject



2
3
4
# File 'lib/graphql/object_type.rb', line 2

def connection_type
  @connection_type ||= GraphQL::Relay::BaseConnection.create_type(self)
end