import { PothosDirectivesPlugin } from "https://deno.land/x/pothos@release-1730496474/packages/plugin-directives/mod.ts";
Type Parameters
Types extends SchemaTypes
Methods
afterBuild(schema: GraphQLSchema)
mergeDirectives(left: DirectiveList | Record<string, { }>, right: DirectiveList | Record<string, { }>)
normalizeDirectives(directives: DirectiveList | Record<string, { }>)
onEnumValueConfig(valueConfig: PothosEnumValueConfig<Types>)
onInputFieldConfig(fieldConfig: PothosInputFieldConfig<Types>)
onOutputFieldConfig(fieldConfig: PothosOutputFieldConfig<Types>)
onTypeConfig(typeConfig: PothosTypeConfig)