This commit is contained in:
vilmibm 2022-12-07 12:18:14 -08:00
parent 84a15d0943
commit b37e29e643

View file

@ -62,7 +62,7 @@ func TestIssueGraphQL(t *testing.T) {
{
name: "fields with nested structures",
fields: []string{"author", "assignees"},
want: "author{login},assignees(first:100){nodes{id,login,name},totalCount}",
want: "author{login,...on User{id,name}},assignees(first:100){nodes{id,login,name},totalCount}",
},
{
name: "compressed query",