GraphQL APIBetaリファレンスQueriesnodeOn this pagenodeFetches an object given its ID.node( id: ID!): NodeArgumentsnode.id ● ID! non-null scalarID of the object.TypeNode interfaceAn object with an ID.