Schema Documentation

TagConnectionEdge

Description

Edge between a Node and a connected tag

Fields
Field NameDescription
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

PostToTagConnectionEdge

RootQueryToTagConnectionEdge

Example
{"cursor":"abc123","node":Tag}