Add solution
This commit is contained in:
parent
41ae601c19
commit
2c35421a33
4 changed files with 8 additions and 11 deletions
|
|
@ -3,7 +3,7 @@ fetch("https://countries.trevorblades.com/", {
|
|||
method: "POST",
|
||||
body: JSON.stringify(
|
||||
{
|
||||
query: "", // Fill in Query here
|
||||
query: "query allContinents { continents { name code }}",
|
||||
"operationName": "allContinents"
|
||||
}),
|
||||
headers: { "Content-Type": "application/json" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue