type alias FieldAuthScopesimport { type FieldAuthScopes } from "https://dotland.deno.dev/x/pothos@release-1726524975/packages/plugin-scope-auth/types.ts"; Type ParametersTypes extends SchemaTypesParentArgs extends { }definition: AuthScopeMap<Types> | ((parent: Parent,args: Args,context: Types["Context"],info: GraphQLResolveInfo,) => MaybePromise<AuthScopeMap<Types> | boolean>)