e28fd3e7c9
update to use the givenX_whenY_thenZ naming convention for tests Co-Authored-By: KevinGilmore <kpg102@gmail.com>
6 lines
123 B
JSON
6 lines
123 B
JSON
{
|
|
"query": "mutation($name: String! ){ deleteUser ( id: $id) { id name email age} }",
|
|
"parameters": {
|
|
"id": 2
|
|
}
|
|
} |