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