Schema Documentation
UserConnectionEdge
Description
Edge between a Node and a connected User
Fields
Field Name | Description |
---|---|
cursor - String | Opaque reference to the nodes position in the connection. Value can be used with pagination args. |
node - User! | The connected User Node |
Possible Types
UserConnectionEdge Types |
---|
Example
{"cursor":"xyz789","node":User}