Class: ElasticGraph::GraphQL::Resolvers::RelayConnection::ArrayAdapter::Edge

Inherits:
Object
  • Object
show all
Defined in:
lib/elastic_graph/graphql/resolvers/relay_connection/array_adapter.rb

Overview

Simple edge implementation for a node object.

Instance Method Summary collapse

Instance Method Details

#cursorObject

‘ResolvableValue.new` provides the following methods:



63
64
65
# File 'lib/elastic_graph/graphql/resolvers/relay_connection/array_adapter.rb', line 63

def cursor
  graphql_impl.cursor_for(node)
end