-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Looks like we don't parse and validate interfaces correctly. The following query should work on the Github API:
query "GetRepo" do
repository(owner: ^owner, name: ^name) do
owner do # this line fails
id
end
end
endInstead, we get Did not expect to find a subquery on Repository.owner.
Owner has the type:
{
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INTERFACE",
"name": "RepositoryOwner",
"ofType": null
}
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working