Skip to main content
Module

x/graphql_tools/deps.ts>ExecutionArgs

[DEPRECATED] 🦕 Useful tools to create and manipulate GraphQL schemas. Deno port of `graphql-tools` library
Latest
type alias ExecutionArgs
import { type ExecutionArgs } from "https://deno.land/x/graphql_tools@0.0.4-deprecated/deps.ts";
definition: { schema: GraphQLSchema; document: DocumentNode; rootValue?: any; contextValue?: any; variableValues?: Maybe<{ [key: string]: any; }>; operationName?: Maybe<string>; fieldResolver?: Maybe<GraphQLFieldResolver<any, any>>; typeResolver?: Maybe<GraphQLTypeResolver<any, any>>; }