import { BasePlugin } from "https://deno.land/x/pothos@release-1730496474/packages/core/mod.ts";
Constructors
Type Parameters
Methods
Creates a data object unique to the current request for use by this plugin
Returns a data object for the current request. requires createRequestData
to be implemented
Called after all fields and types have been built during builder.toSchema()
Called before builder.toSchema() schema is called
Called for each Enum value defined in your schema
Called for each argument or field on an Input object defined in your schema
Called for each field on an Object or Interface type
Called for each type defined with the SchemaBuilder
Called with the isTypeOf for each Object type
Called with the resolver for each field in the schema
Called with the resolveType for each Interface or Union type
Called with the subscribe for each field on the Subscription type