Method: GraphQL::Types::Relay::NodeBehaviors#default_global_id
- Defined in:
- lib/graphql/types/relay/node_behaviors.rb
#default_global_id ⇒ Object
13 14 15 |
# File 'lib/graphql/types/relay/node_behaviors.rb', line 13 def default_global_id context.schema.id_from_object(object, self.class, context) end |