We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82816b4 commit fd0fa38Copy full SHA for fd0fa38
src/__tests__/github_issues/370-test.ts
@@ -69,7 +69,7 @@ describe('issue #370 - addRelation: projection not working as expected ', () =>
69
const result = await graphql.graphql({
70
schema,
71
source: `query {
72
- users {
+ users(sort: _ID_ASC) {
73
firstName
74
organizations {
75
title
0 commit comments