Method: GraphQL::Types::Relay::ConnectionBehaviors#nodes

Defined in:
lib/graphql/types/relay/connection_behaviors.rb

#nodesObject

By default this calls through to the ConnectionWrapper's edge nodes method, but sometimes you need to override it to support the nodes field



137
138
139
# File 'lib/graphql/types/relay/connection_behaviors.rb', line 137

def nodes
  @object.edge_nodes
end