UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

5 lines (4 loc) 282 B
import type { ConstValueNode } from "../language/ast.js"; import type { GraphQLArgument, GraphQLInputField } from "../type/definition.js"; /** @internal */ export declare function getDefaultValueAST(argOrInputField: GraphQLArgument | GraphQLInputField): ConstValueNode | undefined;