Error: A query attribute must be specified and must be a string. What am I doing wrong? #24865
-
when i use github api v4 with curl in linux, error meesages as follows:
{“errors”:[{“message”:“A query attribute must be specified and must be a string.”}]}. I verify my token and subjectId in https://developer.github.com/v4/explorer/ ,it’s ok. pls tell me what’s wrong with me .thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I solved this problem. I use the “query” reply the first “mutation” |
Beta Was this translation helpful? Give feedback.
-
@guqinling can you post your solution. |
Beta Was this translation helpful? Give feedback.
-
In other words use:
instead of
I was banging my head on the wall too… |
Beta Was this translation helpful? Give feedback.
I solved this problem.
I use the “query” reply the first “mutation”