Class: ElasticGraph::GraphQL::Resolvers::RelayConnection::ArrayAdapter::Edge
- Inherits:
-
Object
- Object
- ElasticGraph::GraphQL::Resolvers::RelayConnection::ArrayAdapter::Edge
- Defined in:
- lib/elastic_graph/graphql/resolvers/relay_connection/array_adapter.rb
Overview
Simple edge implementation for a node object.
Instance Method Summary collapse
-
#cursor ⇒ Object
‘ResolvableValue.new` provides the following methods:.
Instance Method Details
#cursor ⇒ Object
‘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 |