Query
Variables
Response
Queries
nodes
Fetches a list of objects given a list of IDs.
QUERY
nodes(ids: [ID!]!): [Node]Arguments
ids
[ID!]!
required
IDs of the objects.
Returns
[Node]
id
ID!
ID of the object.
Query
Variables
Response
Fetches a list of objects given a list of IDs.
nodes(ids: [ID!]!): [Node]IDs of the objects.
ID of the object.