stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > QueryRoot > node

AdminTypes.QueryRoot.node property

Returns a specific node (any object that implements the [Node](https://shopify.dev/api/admin-graphql/latest/interfaces/Node) interface) by ID, in accordance with the [Relay specification](https://relay.dev/docs/guides/graphql-server-specification/#object-identification). This field is commonly used for refetching an object.

Signature:

node?: Maybe<Node>;