GraphQL API¶
This section documents the auto-generated models and helpers used by the GPP client.
These modules are generated from the GraphQL schema and provide:
Typed inputs for mutations and queries
Structured response models
Utilities for building custom GraphQL operations
In most cases, you should prefer GPPClient and its
domains.
The generated modules are most useful when you need to:
Construct complex input payloads
Inspect exact response model fields
Build custom queries or mutations
Note
These modules are auto-generated and should not be modified manually.
Modules¶
The following modules are the primary entry points for advanced usage.
Low-level Helpers¶
These pages document lower-level generated helpers used internally by the GraphQL client implementation.