Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pothos/packages/plugin-scope-auth/types.ts>UnauthorizedOptions

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

Type Parameters

Types extends SchemaTypes
ParentShape
Type extends TypeParam<Types>
Nullable extends FieldNullability<Type>
Args extends InputFieldMap

Properties

optional
unauthorizedError: UnauthorizedErrorFn<Types, ParentShape, Args>
optional
unauthorizedResolver: UnauthorizedResolver<Types, ParentShape, Type, Nullable, Args>