···11# babel-plugin-modular-graphql
2233A small transform plugin to cherry-pick GraphQL modules so you don’t have to.
44-Basicaly [babel-plugin-lodash](https://github.com/lodash/babel-plugin-lodash) for [graphql](https://github.com/graphql/graphql-js).
44+Basically [babel-plugin-lodash](https://github.com/lodash/babel-plugin-lodash) for [graphql](https://github.com/graphql/graphql-js).
5566## Getting Started
77···2727import { parse } from "graphql/language/parser";
2828import { Kind } from "graphql/language/kinds";
2929```
3030+3131+## Limitations
3232+3333+- The plugin currently does not support `require()`
3434+- The plugin automatically generates an import-map that drills down into `graphql`'s files. This may break if files at a depth of 1–2 change their names.