UNPKG

@graphql-mesh/transport-rest

Version:
3 lines (2 loc) 175 B
import { GraphQLInputType, GraphQLSchema } from 'graphql'; export declare function resolveDataByUnionInputType(data: any, type: GraphQLInputType, schema: GraphQLSchema): any;