mirror of
https://github.com/zhigang1992/apollo.git
synced 2026-05-30 20:13:39 +08:00
Merge branch 'master' into master
This commit is contained in:
@@ -427,4 +427,4 @@ Next, paste our authorization header into the HTTP Headers box at the bottom:
|
||||
}
|
||||
```
|
||||
|
||||
Then, run the mutation. You should see a success message, along with the ids of the mutations we just booked. Testing mutations manually in the playground is a good way to explore our API, but in a real-world application, we should run automated tests so we can safely refactor our code. In the next section, you'll learn all about testing your graph.
|
||||
Then, run the mutation. You should see a success message, along with the ids of the mutations we just booked. Testing mutations manually in the playground is a good way to explore our API, but in a real-world application, we should run automated tests so we can safely refactor our code. In the next section, you'll actually learn about running your graph in production instead of testing your graph.
|
||||
|
||||
Reference in New Issue
Block a user