UNPKG

graphql-mocks

Version:

Tools for setting up graphql test resolvers

3 lines (2 loc) 109 B
import { GraphQLType } from 'graphql'; export declare function listItemType(type: GraphQLType): GraphQLType;