mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
cc8e2ccc78
server: add scheduled triggers Co-authored-by: Alexis King <lexi.lambda@gmail.com> Co-authored-by: Marion Schleifer <marion@hasura.io> Co-authored-by: Karthikeyan Chinnakonda <karthikeyan@hasura.io> Co-authored-by: Aleksandra Sikora <ola.zxcvbnm@gmail.com>
12 lines
226 B
YAML
12 lines
226 B
YAML
description: Count number of authors
|
|
url: /v1/query
|
|
status: 400
|
|
response:
|
|
path: $
|
|
error: parsing Object failed, expected Object, but encountered String
|
|
code: parse-failed
|
|
query: |
|
|
type: count
|
|
args:
|
|
table: author
|