mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
18 lines
354 B
YAML
18 lines
354 B
YAML
|
description: Run get_user_by_email query action with invalid email
|
||
|
url: /v1/graphql
|
||
|
status: 200
|
||
|
query:
|
||
|
query: |
|
||
|
query {
|
||
|
intentional_error(blob: { message: "intentionally generated error" }) {
|
||
|
id
|
||
|
}
|
||
|
}
|
||
|
|
||
|
response:
|
||
|
errors:
|
||
|
- extensions:
|
||
|
path: $
|
||
|
code: unexpected
|
||
|
message: intentionally generated error
|