·
3 commits
to master
since this release
@graphql-eslint/[email protected]
Minor Changes
-
#2902
86af780
Thanks @dotansimha! - ImproveparseForESLint
API and allow to
pass context schema as inline string.You can now use it this way:
parseForESLint(code, { schemaSdl: 'type Query { foo: String }', filePath: 'test.graphql' })
-
#2838
10b9975
Thanks @dimaMachina! - - allow to confignaming-convention
for
Relay fragment convention<module_name>_<property_name>
viarequiredPattern
option- replace
requiredPatterns: RegEx[]
byrequiredPattern: RegEx
option
- replace
Patch Changes
- #2845
00b4617
Thanks @dimaMachina! - add"./*"
toexports
field in
package.json