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

x/pothos/packages/core/utils/index.ts>getMappedArgumentValues

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Latest
function getMappedArgumentValues
import { getMappedArgumentValues } from "https://deno.land/x/pothos@release-1727726265/packages/core/utils/index.ts";

Parameters

def: GraphQLDirective | GraphQLField<unknown, unknown>
node: DirectiveNode | FieldNode
context: object
info: PartialResolveInfo