I use graphql to query my github pages issues. but it failed. because when parse: closertb.github.io

it throw error:

i am surprise that this did not have the same question. am i wrong is use graphql?
GraphQL.js is a reference implementation of the GraphQL specification. To discuss new features which are not GraphQL.js specific and fundamentally change the way GraphQL works, open an issue against the specification.
can you tell me how to fix this?
Hi @closertb, this probably isn't the right place for this kind of question, since this isn't an issue with graphql-js at all. StackOverflow is a much more appropriate place for this.
That said, the error explains the problem encountered by the parser: the value in name: closertb.github.io needs to be enclosed in ". The same will be true for owner: closertb, which will also cause an error.
@mike-marcacci Thanks for the excellent answer 馃憦
It helps a lot 馃憤
Hi @closertb, this probably isn't the right place for this kind of question, since this isn't an issue with graphql-js at all. StackOverflow is a much more appropriate place for this.
That said, the error explains the problem encountered by the parser: the value in
name: closertb.github.ioneeds to be enclosed in". The same will be true forowner: closertb, which will also cause an error.
thanks. i do not aware of that
Most helpful comment
Hi @closertb, this probably isn't the right place for this kind of question, since this isn't an issue with graphql-js at all. StackOverflow is a much more appropriate place for this.
That said, the error explains the problem encountered by the parser: the value in
name: closertb.github.ioneeds to be enclosed in". The same will be true forowner: closertb, which will also cause an error.