Open kuda1992 opened 1 year ago
This is not an issue however I was wondering is there some tool which can sort the queries alphabetically.
for example sorting the fragment fragment PayslipPerson on Person { earnings contributions deductions }
fragment PayslipPerson on Person { earnings contributions deductions }
I am currently using graphql-eslint but it does not sort the queries only the schema.
@kuda1992 graphql-eslint sort selections https://github.com/B2o5T/graphql-eslint/blob/master/docs/rules/alphabetize.md#correct-2
This is not an issue however I was wondering is there some tool which can sort the queries alphabetically.
for example sorting the fragment
fragment PayslipPerson on Person { earnings contributions deductions }
I am currently using graphql-eslint but it does not sort the queries only the schema.