graphql-engine/server/test/testcases/simple_select_query_author.yaml
Anon Ray 4270529c11 basic test suite (#78)
* server: basic test setup

* server: use the default transaction mode

* server: basic tests in yaml files

* server: restructure test setup and some more tests
2018-07-11 12:43:07 +05:30

12 lines
169 B
YAML

description: Simple GraphQL object query on author
url: /v1alpha1/graphql
status: 200
query:
query: |
query {
author {
id
name
}
}