UNPKG

@cran/gql.core

Version:

Cran/GraphQL Core Utilities

4 lines (3 loc) 210 B
import type { GraphQLArgument } from "graphql/type/definition"; export declare function withAugmentedIntrospection(): void; export declare function createArg(config: Partial<GraphQLArgument>): GraphQLArgument;