dimaMachina / graphql-eslint

ESLint parser, plugin and set rules for GraphQL (for schema and operations). Easily customizable with custom rules. Integrates with IDEs and modern GraphQL tools.
https://the-guild.dev/graphql/eslint
MIT License
779 stars 101 forks source link

feat: add option to short relationships last in OperationDefinition #2385

Open deathemperor opened 2 weeks ago

deathemperor commented 2 weeks ago

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes https://github.com/dimaMachina/graphql-eslint/issues/2235

Type of change

Please delete options that are not relevant.

Screenshots/Sandbox (if appropriate/relevant):

N/A

How Has This Been Tested?

I've been running this on our development code base

Test Environment:

Checklist:

changeset-bot[bot] commented 2 weeks ago

⚠️ No Changeset found

Latest commit: 0688ed0a4cb334a30c063e6b3e1b36371c15c53f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

deathemperor commented 1 week ago

@dimaMachina would you please review? thanks.