Method: GraphQL::Relay::TypeExtensions#connection_type

Defined in:
lib/graphql/relay/type_extensions.rb

#connection_typeGraphQL::ObjectType

Returns The default connection type for this object type.

Returns:



8
9
10
# File 'lib/graphql/relay/type_extensions.rb', line 8

def connection_type
  @connection_type ||= define_connection
end