mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
e48ccd7fab
https://github.com/hasura/graphql-engine-mono/pull/1879 GitOrigin-RevId: 78d3384cb21a36e8b8c85c17ae7578ce0b4230f8
21 lines
367 B
YAML
21 lines
367 B
YAML
- 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
|
|
}
|
|
}
|
|
|