UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

3 lines (2 loc) 142 B
import { GraphQLList, GraphQLType } from 'graphql'; export declare function extractListType(type: GraphQLType): GraphQLList<any> | undefined;