# Node **Type:** GraphQL interfaces **Description:** A globally identifiable object in the GraphQL schema. All core entities in this API implement the `Node` interface, which guarantees that they have a unique `id` field, enabling consistent caching, pagination, and reference resolution across the API. ## Fields - id (ID): A globally unique identifier for the object.