graphql-engine/server/tests-py/queries/subscriptions/basic/negative_test.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
367 B
YAML
Raw Normal View History

- description: Query bid prices more than action price
url: /v1/graphql
status: 200
headers:
X-Hasura-Role: user
response:
errors:
- extensions:
path: $
code: not-found
message: 'missing session variable: "x-hasura-custom"'
query:
query: |
query {
hge_tests_test_t1 {
c1, c2
}
}