node
Universal ID-based lookup (Relay Node spec)
node(
id: ID!
type: NodeType!
): Node
Arguments
node.id ● ID! non-null scalar
Global object UUID to fetch
node.type ● NodeType! non-null enum
NodeType discriminator (PRODUCT / COLLECTION / CART / CUSTOMER / ORDER)
Type
Node interface
GraphQL Node interface — universal ID-based lookup