Skip to main content
Module

x/pothos/packages/plugin-directives/index.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://deno.land/x/pothos@release-1713397530/packages/plugin-directives/index.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"]]