Node
GraphQL Node interface — universal ID-based lookup
interface Node {
id: ID!
}
Fields
Node.id ● ID! non-null scalar
Globally-unique identifier
Returned By
Implemented By
Cart object ● Collection object ● Country object ● Customer object ● MailingAddress object ● Order object ● Product object ● ShopPolicy object