Schema Documentation

CategoryConnectionEdge

Description

Edge between a Node and a connected category

Fields
Field NameDescription
cursor - String Opaque reference to the nodes position in the connection. Value can be used with pagination args.
node - Category! The connected category Node
Example
{"cursor":"abc123","node":Category}