Module

x/pothos/packages/plugin-scope-auth/index.ts>BuiltInScopes

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
interface BuiltInScopes
import { type BuiltInScopes } from "https://dotland.deno.dev/x/pothos@release-1691259632/packages/plugin-scope-auth/index.ts";

Properties

optional
$all: true extends true ? AuthScopeMap<Types> : never
optional
$any: true extends true ? AuthScopeMap<Types> : never
optional
$granted: string