Method: GraphQL::Types::Relay::EdgeBehaviors#node
- Defined in:
- lib/graphql/types/relay/edge_behaviors.rb
#node ⇒ Object
16 17 18 19 20 21 |
# File 'lib/graphql/types/relay/edge_behaviors.rb', line 16 def node current_runtime_state = Fiber[:__graphql_runtime_info] query_runtime_state = current_runtime_state[context.query] query_runtime_state. = @object. @object.node end |