UNPKG

graphql-mocks

Version:

Tools for setting up graphql test resolvers

6 lines (5 loc) 198 B
import { GraphQLType } from 'graphql'; /** * Checks if a type is a list type or a wrapped list type (ie: wrapped with non-null) */ export declare function hasListType(type: GraphQLType): boolean;