Closed simonw closed 4 years ago
Here's an example of operationName
in the GitHub explorer:
query Query1 {
viewer {
login
}
}
query Query2 {
viewer {
id
}
}
query Q1 {
users_row {
login
}
}
query Q2 {
users_row {
id
}
}
Needed for GET #6 as well as POST.
https://graphql.org/learn/serving-over-http/#post-request