EdgeProtocol
public protocol EdgeProtocol : OutputResolvableEdgeProtocol
Describes an Edge during Paging. An Edge contains the Node that is the value, the cursor of that value, and any additional information.
Note
An Edge is OutputResolvable. Any implementations of it, should be including the node and the cursor in the output.
It is best if you delegate the implementation of OutputResolvable to GraphQLObject instead.
- 
                  
                  Undocumented DeclarationSwift associatedtype Node : ConcreteResolvable, OutputResolvable
- 
                  
                  Value of the Edge DeclarationSwift var node: Node? { get }
- 
                  
                  Cursor to this value. Used to get a page before or after this value DeclarationSwift var cursor: String { get }
 View on GitHub
            View on GitHub
           EdgeProtocol Protocol Reference
      EdgeProtocol Protocol Reference