We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844c374 commit b3dd9baCopy full SHA for b3dd9ba
README.md
@@ -18,7 +18,7 @@ Resolve GraphQL file import statements as a string. See the tests for more detai
18
```graphql
19
# import { A } from 'src/schema/a.graphql'
20
# import { B } from 'src/schema/b.graphql'
21
-# import { C D } from 'src/schema/cd.graphql'
+# import { C, D } from 'src/schema/cd.graphql'
22
23
type Complex {
24
id: ID!
0 commit comments