Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Support sorting by _instanceName #203

Closed
zaharchenko-evgeny opened this issue Jan 13, 2022 · 1 comment
Closed

Support sorting by _instanceName #203

zaharchenko-evgeny opened this issue Jan 13, 2022 · 1 comment
Assignees
Milestone

Comments

@zaharchenko-evgeny
Copy link
Contributor

Example of query with sorting by instance name

{
 scr_CarList(orderBy: {garage: {_instanceName: ASC}}) {
  manufacturer
  garage {
    name
  }
}
}
@zaharchenko-evgeny zaharchenko-evgeny added this to the 1.2.0 milestone Jan 13, 2022
@zaharchenko-evgeny zaharchenko-evgeny self-assigned this Jan 13, 2022
@zaharchenko-evgeny
Copy link
Contributor Author

fixed in PR #202

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant