mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-05 14:27:59 +03:00
a132759dac
## Description If the user specified their orderings in their GraphqlConfig in a different order, they would be presented with an error. ```yaml enumTypeNames: - directions: # Reversed ordering of this list - Desc - Asc typeName: OrderBy ``` > ERR Code=opendds-validation Message="invalid metadata: error building schema: unable to build schema: metadata is not consistent: invalid directions: Desc,Asc defined in orderByInput of GraphqlConfig , currenlty there is no support for partial directions. Please specify a type which has both 'asc' and 'desc' directions" 7:56PM ERR Supergraph Build failed. This has been fixed. ## Changelog ### Product _(Select all products this will be available in)_ - [x] community-edition - [x] cloud <!-- product : end : DO NOT REMOVE --> ### Type <!-- See changelog structure: https://github.com/hasura/graphql-engine-mono/wiki/Changelog-Guide#structure-of-our-changelog --> _(Select only one. In case of multiple, choose the most appropriate)_ - [ ] highlight - [ ] enhancement - [x] bugfix - [ ] behaviour-change - [ ] performance-enhancement - [ ] security-fix <!-- type : end : DO NOT REMOVE --> ### Changelog entry <!-- - Add a user understandable changelog entry - Include all details needed to understand the change. Try including links to docs or issues if relevant - For Highlights start with a H4 heading (#### <entry title>) - Get the changelog entry reviewed by your team --> Fixed arbitrary ordering of directions in GraphqlConfig causing invalid error <!-- changelog-entry : end : DO NOT REMOVE --> <!-- changelog : end : DO NOT REMOVE --> V3_GIT_ORIGIN_REV_ID: b27a0dd3b5c665f54ea58a40af8b2b1bfb0d2434 |
||
---|---|---|
.. | ||
examples | ||
failing | ||
passing | ||
matching.rs | ||
metadata_golden_tests.rs |