UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

8 lines (4 loc) 217 B
export { parse } from 'graphql' import { type DocumentNode, Kind } from 'graphql' export { type DocumentNode as Document } from 'graphql' export const empty: DocumentNode = { definitions: [], kind: Kind.DOCUMENT }