UNPKG

sofa-api

Version:

Create REST APIs with GraphQL

7 lines (6 loc) 235 B
import { type VariableDefinitionNode, type GraphQLSchema } from 'graphql'; export declare function parseVariable({ value, variable, schema, }: { value: any; variable: VariableDefinitionNode; schema: GraphQLSchema; }): any;