We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c334fe commit 4155059Copy full SHA for 4155059
src/__tests__/github_issues/377-test.ts
@@ -77,7 +77,7 @@ describe('issue #377 - Missing fields from projection in addRelation', () => {
77
contextValue: {},
78
source: `
79
{
80
- previsitMany {
+ previsitMany(sort: _ID_ASC) {
81
name
82
project {
83
0 commit comments