UNPKG

160 BJavaScriptView Raw
1import { getDocumentNodeFromSchema, memoize1 } from '@graphql-tools/utils';
2export const getCachedDocumentNodeFromSchema = memoize1(getDocumentNodeFromSchema);