UNPKG

graphql-mocks

Version:
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;