fix test
This commit is contained in:
parent
84a15d0943
commit
b37e29e643
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue