Download GraphQL schema
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
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
Deprecation reason
deprecated, use KeysetGuard.keys
predicate
Deprecation reason
deprecated, use KeysetGuard.predicate
raw
Sample
{ "keys": [ "Example String" ], "predicate": "Example String", "raw": "Example String" }
Referenced in