Method: GraphQL::Relay::TypeExtensions#connection_type
- Defined in:
- lib/graphql/relay/type_extensions.rb
#connection_type ⇒ GraphQL::ObjectType
Returns The default connection type for this object type.
8 9 10 |
# File 'lib/graphql/relay/type_extensions.rb', line 8 def connection_type @connection_type ||= define_connection end |