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