Expand description
Instantiate a QueryPlanner from a schema, and perform query planning
Structs§
- ApiSchema
- The result of a router bridge API schema invocation
- Bridge
Setup Result - The result of a router bridge invocation
- Extensions
Exception - stacktrace in error extensions
- Heap
Statistics - deno’s heap statistics
- Incremental
Delivery Support - Option for
@deferdirective support - Location
- The error location
- Operational
Context - This is the context which provides all the information to plan a query against a schema
- Plan
Error - An error which occurred during JavaScript planning.
- Plan
Error Extensions - Error codes
- Plan
Errors - The payload if the plan_worker invocation failed
- Plan
Options - Options for planning a query
- Plan
Result - The result of a router bridge plan_worker invocation
- Plan
Success - The payload if the plan_worker invocation succeeded
- Planner
- A Deno worker backed query Planner.
- Query
Plan Options - Options for the query plan
- Query
Planner Config - Query planner configuration
- Query
Planner Debug Config - Query planner debug configuration
- Referenced
Fields ForType - A list of fields that will be resolved for a given type
- Usage
Reporting - UsageReporting fields, that will be used to send stats to uplink/studio
- Worker
Error - WorkerError represents the non GraphQLErrors the deno worker can throw. We try to get as much data out of them.
- Worker
GraphQL Error - WorkerGraphQLError represents the GraphQLErrors the deno worker can throw.
We try to get as much data out of them.
While they mostly represent GraphQLErrors, they sometimes don’t.
See
WorkerError
Enums§
- Planner
Error - This contains the set of all errors that can be thrown from deno