mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
19 lines
276 B
YAML
19 lines
276 B
YAML
description: Query bid prices more than action price
|
|
url: /v1/query
|
|
status: 200
|
|
headers:
|
|
X-Hasura-Role: user
|
|
response:
|
|
- id: 4
|
|
bid_price: 260
|
|
query:
|
|
type: select
|
|
args:
|
|
table: auction
|
|
columns:
|
|
- id
|
|
- bid_price
|
|
order_by:
|
|
- bid_price
|
|
limit: 1
|