mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-20 05:51:54 +03:00
10 lines
132 B
YAML
10 lines
132 B
YAML
|
description: Count number of authors
|
||
|
url: /v1/query
|
||
|
status: 200
|
||
|
response:
|
||
|
count: 4
|
||
|
query:
|
||
|
type: count
|
||
|
args:
|
||
|
table: author
|