Skip to main content

Arguments

id : ID! required

The ID of the object

Returns

Node

An object with an ID

Allowed Viewers

Customer Partner User Third party

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

query Node($id: ID!) { node(id: $id) { id } }

Variables

{ "id": "15022880" }

Response

{ "data": { "node": { "id": "60730118" } } }