Przejdź do głównej zawartości

nodes

Batch ID-based lookup; same NodeType for all IDs. Missing/wrong IDs → null entries (preserved length).

nodes(
ids: [ID!]!
type: NodeType!
): [Node]!

Arguments

nodes.ids ● [ID!]! non-null scalar

List of UUIDs to fetch (all must be the same NodeType)

nodes.type ● NodeType! non-null enum

NodeType discriminator applied to every id in the batch

Type

Node interface

GraphQL Node interface — universal ID-based lookup