isArchived:
Boolean! -
Whether the node is archived.
isLeaf:
Boolean! -
Whether the node is a leaf node.
isRoot:
Boolean! -
Whether the node is a root node.
name:
String! -
The name of the product taxonomy node. For example, Dog Beds.
Connections
Related queries
productTaxonomyNodes
Returns the nodes of the product taxonomy based on the arguments provided.
If a `search` argument is provided, then all nodes that match the search query globally are returned.
If a `children_of` argument is provided, then all children of the specified node are returned.
If a `siblings_of` argument is provided, then all siblings of the specified node are returned.
If no arguments are provided, then all the top-level nodes of the taxonomy are returned.