·
21 commits
to master
since this release
@graphql-eslint/[email protected]
Minor Changes
-
#2902
86af780
Thanks @dotansimha! - ImproveparseForESLintAPI 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-conventionfor
Relay fragment convention<module_name>_<property_name>viarequiredPatternoption- replace
requiredPatterns: RegEx[]byrequiredPattern: RegExoption
- replace
Patch Changes
- #2845
00b4617
Thanks @dimaMachina! - add"./*"toexportsfield in
package.json