Exposed options: gqlMagicComment
, globalGqlIdentifierName
and modules
. See README.md
for more info.
Breaking changes
defaultGqlIdentifierName
renamed toglobalGqlIdentifierName
which I think makes more sense (we can even remove it)gqlPackName
anddefaultGqlIdentifierName
are nowmodules
(each module has aname
property and an optionalidentifier
- no identifier means it's a default export).