hasura / hasura/graphql-engine
Wrong order in action result with nested object relation
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
### Version Information
Server Version:
CLI Version (for CLI related issue): hasura/graphql-engine:v2.0.9.cli-migrations-v2
### Environment
Self-hosted on AWS ECS
### What is the expected behaviour?
Action result order is preserved upon including nested objects:


### Keywords
order
### What is the current behaviour?
In some cases the order is messed up:

### How to reproduce the issue?
1. Create an Action which returns array of object ids and set up an appropriate object relation;
2. Run queries from above
3. Sometimes (_when including only the nested object_ in my case) the order is messed up
Contributor guide
Assessment
This issue has not been assessed yet.