Home > @infiniteobjects/shopify-data-manager > AdminTypes > QueryRoot > nodes
Returns the list of nodes (any objects that implement the [Node](https://shopify.dev/api/admin-graphql/latest/interfaces/Node) interface) with the given IDs, in accordance with the [Relay specification](https://relay.dev/docs/guides/graphql-server-specification/#object-identification).
Signature:
nodes: Array<Maybe<Node>>;