mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
12 lines
169 B
YAML
12 lines
169 B
YAML
|
description: Simple GraphQL object query on author
|
||
|
url: /v1alpha1/graphql
|
||
|
status: 200
|
||
|
query:
|
||
|
query: |
|
||
|
query {
|
||
|
author {
|
||
|
id
|
||
|
name
|
||
|
}
|
||
|
}
|