Closed trunkate closed 1 year ago
When you order your fields in the Sample
class alphabetically, isn't it appears alphabetically in the graphql type?
graphql-java-annotations does not support ordering of fields, although it can be a nice feature
Fields are ordered, but when prettified, the method name is used, is..() come after get..()
Hi @trunkate ,
We're helping with project maintenance and reviewing the list of opened PRs and Issues.
This issue was created quite a while ago, we were wondering if you were still interested in the outcome, please let us know if this is the case.
Without an answer by July 1st, 2023, this issue will be closed as "inactive" (and can always be re-opened later on if needed).
Thanks,
Although the output is deterministic, I didn't found a way to order the fields alphabetically.
For example:
any idea how to solve this?
Thanks