{
"actions": [
{
"type": "Start",
"schema_path": "./supergraph.graphql",
"configuration_path": "./configuration.yaml",
"subgraphs": {}
},
{
"type": "Request",
"request": {
"query": "{ me { name } }"
},
"expected_response": {
"data":{
"me":{
"name":"Ada Lovelace"
}
}
}
},
{
"type": "Stop"
}
]
}