Module

x/pothos/packages/plugin-directives/mod.ts>DirectivesFor

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
type alias DirectivesFor
import { type DirectivesFor } from "https://dotland.deno.dev/x/pothos@release-1713397530/packages/plugin-directives/mod.ts";

Type Parameters

Types extends SchemaTypes
Location extends DirectiveLocation
definition: [K in keyof Types["Directives"]]: Location extends Types["Directives"][K]["locations"] ? K : never[keyof Types["Directives"]]