Mirror: The small sibling of the graphql package, slimmed down for client-side libraries.
1export { getEnterLeaveForKind, getVisitFn, visitInParallel } from 'graphql/language/visitor'; 2 3export { BREAK, visit } from '@0no-co/graphql.web';