UNPKG

@graphql-mocks/falso

Version:

Fake GraphQL queries with graphql-mocks and Falso

3 lines (2 loc) 166 B
import { GraphQLType } from 'graphql'; export declare function guessFalsoFn(fieldName: string, returnType: GraphQLType): () => string | number | boolean | undefined;