Module

x/pothos/packages/plugin-directives/index.ts>DirectiveLocation

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
type alias DirectiveLocation
import { type DirectiveLocation } from "https://dotland.deno.dev/x/pothos@release-1713397530/packages/plugin-directives/index.ts";
definition:
| "ARGUMENT_DEFINITION"
| "ENUM_VALUE"
| "ENUM"
| "FIELD_DEFINITION"
| "INPUT_FIELD_DEFINITION"
| "INPUT_OBJECT"
| "INTERFACE"
| "OBJECT"
| "SCALAR"
| "SCHEMA"
| "UNION"