Skip to content
Overview
Overview
Overview
Overview

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.

id
ID!,non-null

A globally unique identifier for the object.

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4" }

A guard. This is a union of all the different types of guards that can be used in a pact.

keys
[String!]!,non-nulldeprecated
Deprecation reason

deprecated, use KeysetGuard.keys

predicate
String!,non-nulldeprecated
Deprecation reason

deprecated, use KeysetGuard.predicate

raw
String!,non-null
Sample
{ "keys": [ "Example String" ], "predicate": "Example String", "raw": "Example String" }
Overview
Overview
Overview
Overview