mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 12:31:52 +03:00
12 lines
169 B
YAML
12 lines
169 B
YAML
|
description: Count number of authors
|
||
|
url: /v1/query
|
||
|
status: 200
|
||
|
response:
|
||
|
count: 2
|
||
|
query:
|
||
|
type: count
|
||
|
args:
|
||
|
table: article
|
||
|
where:
|
||
|
is_published: true
|