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

Support sorting by _instanceName (1.1.x) #204

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

Support sorting by _instanceName (1.1.x) #204

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

Comments

@zaharchenko-evgeny
Copy link
Contributor

Original ticket #203

Example of query with sorting by instance name

{
 scr_CarList(orderBy: {garage: {_instanceName: ASC}}) {
  manufacturer
  garage {
    name
  }
}
}
@zaharchenko-evgeny
Copy link
Contributor Author

fixed in PR #206

@knstvk knstvk modified the milestones: 1.1.x, 1.1.3 Jan 31, 2022
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

2 participants