Module planner

Source
Expand description

Instantiate a QueryPlanner from a schema, and perform query planning

Structs§

ApiSchema
The result of a router bridge API schema invocation
BridgeSetupResult
The result of a router bridge invocation
ExtensionsException
stacktrace in error extensions
HeapStatistics
deno’s heap statistics
IncrementalDeliverySupport
Option for @defer directive support
Location
The error location
OperationalContext
This is the context which provides all the information to plan a query against a schema
PlanError
An error which occurred during JavaScript planning.
PlanErrorExtensions
Error codes
PlanErrors
The payload if the plan_worker invocation failed
PlanOptions
Options for planning a query
PlanResult
The result of a router bridge plan_worker invocation
PlanSuccess
The payload if the plan_worker invocation succeeded
Planner
A Deno worker backed query Planner.
QueryPlanOptions
Options for the query plan
QueryPlannerConfig
Query planner configuration
QueryPlannerDebugConfig
Query planner debug configuration
ReferencedFieldsForType
A list of fields that will be resolved for a given type
UsageReporting
UsageReporting fields, that will be used to send stats to uplink/studio
WorkerError
WorkerError represents the non GraphQLErrors the deno worker can throw. We try to get as much data out of them.
WorkerGraphQLError
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§

PlannerError
This contains the set of all errors that can be thrown from deno