class PothosScopeAuthPlugin extends BasePlugin<Types>import { PothosScopeAuthPlugin } from "https://dotland.deno.dev/x/pothos@release-1713397530/packages/plugin-scope-auth/mod.ts"; Type ParametersTypes extends SchemaTypesMethodscreateResolveSteps(fieldConfig: PothosOutputFieldConfig<Types>,typeConfig: | PothosInterfaceTypeConfig | PothosMutationTypeConfig | PothosObjectTypeConfig | PothosQueryTypeConfig | PothosSubscriptionTypeConfig,resolver: GraphQLFieldResolver<unknown, Types["Context"], object>,shouldRunTypeScopes: boolean,authorizedOnSubscribe: boolean,): ResolveStep<Types>[]createStepsForType(typeConfig: | PothosInterfaceTypeConfig | PothosMutationTypeConfig | PothosObjectTypeConfig | PothosQueryTypeConfig | PothosSubscriptionTypeConfig, unnamed 1: { skipTypeScopes?: boolean; skipInterfaceScopes?: boolean; forField: boolean; })createSubscribeSteps(fieldConfig: PothosOutputFieldConfig<Types>,typeConfig: | PothosInterfaceTypeConfig | PothosMutationTypeConfig | PothosObjectTypeConfig | PothosQueryTypeConfig | PothosSubscriptionTypeConfig,subscriber: GraphQLFieldResolver<unknown, Types["Context"], object>,): ResolveStep<Types>[]wrapIsTypeOf(isTypeOf: GraphQLIsTypeOfFn<unknown, Types["Context"]> | undefined, typeConfig: PothosObjectTypeConfig): GraphQLIsTypeOfFn<unknown, Types["Context"]> | undefinedwrapResolve(resolver: GraphQLFieldResolver<unknown, Types["Context"], object>, fieldConfig: PothosOutputFieldConfig<Types>): GraphQLFieldResolver<unknown, Types["Context"], object>wrapResolveType(resolveType: GraphQLTypeResolver<unknown, Types["Context"]>, typeConfig: PothosInterfaceTypeConfig | PothosUnionTypeConfig): GraphQLTypeResolver<unknown, Types["Context"]>wrapSubscribe(subscriber: GraphQLFieldResolver<unknown, Types["Context"], object>, fieldConfig: PothosOutputFieldConfig<Types>): GraphQLFieldResolver<unknown, Types["Context"], object>