GraphQL APIBetaリファレンスQueriesnodesOn this pagenodesFetches a list of objects given a list of IDs.nodes( ids: [ID!]!): [Node]!Argumentsnodes.ids ● [ID!]! non-null scalarIDs of the objects.TypeNode interfaceAn object with an ID.