Skip to content

March 26, 2025

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 14:11
· 3 commits to master since this release
061b17e

@graphql-eslint/[email protected]

Minor Changes

  • #2902
    86af780
    Thanks @dotansimha! - Improve parseForESLint 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 config naming-convention for
    Relay fragment convention <module_name>_<property_name> via requiredPattern option

    • replace requiredPatterns: RegEx[] by requiredPattern: RegEx option

Patch Changes