mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
12 lines
237 B
YAML
12 lines
237 B
YAML
|
description: Count number of authors
|
||
|
url: /v1/query
|
||
|
status: 400
|
||
|
response:
|
||
|
path: $
|
||
|
error: When parsing Hasura.Server.Query.RQLQuery expected Object but got String.
|
||
|
code: parse-failed
|
||
|
query: |
|
||
|
type: count
|
||
|
args:
|
||
|
table: author
|