Merge branch 'master' into master

This commit is contained in:
Danielle Man
2019-05-27 17:01:38 -07:00
committed by GitHub
3 changed files with 452 additions and 163 deletions

View File

@@ -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.