eclipse / microprofile-graphql

microprofile-graphql
Apache License 2.0
100 stars 40 forks source link

Need spec text on `@FieldsOrder` and `@InputFieldsOrder` #17

Open andymc12 opened 5 years ago

andymc12 commented 5 years ago

See: https://github.com/eclipse/microprofile-graphql/blob/master/spec/src/main/asciidoc/entities.asciidoc#fieldsorder--inputfieldsorder

andymc12 commented 5 years ago

Per conversation on Aug 22, 2019, this will be deferred to 1.1.

phillip-kruger commented 5 years ago

+1

andymc12 commented 5 years ago

An initial code change for this feature was made in PR #49 - we didn't merge it because we decided to move FieldsOrder/InputFieldsOrder to a future release - still, this PR might be a good starting point once this issue is planned for the next release.