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



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

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