mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-05-25 18:32:23 +08:00
committed by
Shahidh K Muhammed
parent
cb2a083359
commit
27d85ca6bb
@@ -39,7 +39,7 @@
|
||||
},
|
||||
{
|
||||
"name": "limit",
|
||||
"description": "limit the nuber of rows returned",
|
||||
"description": "limit the number of rows returned",
|
||||
"type": {
|
||||
"kind": "SCALAR",
|
||||
"name": "Int",
|
||||
@@ -130,7 +130,7 @@
|
||||
},
|
||||
{
|
||||
"name": "limit",
|
||||
"description": "limit the nuber of rows returned",
|
||||
"description": "limit the number of rows returned",
|
||||
"type": {
|
||||
"kind": "SCALAR",
|
||||
"name": "Int",
|
||||
@@ -248,7 +248,7 @@
|
||||
},
|
||||
{
|
||||
"name": "limit",
|
||||
"description": "limit the nuber of rows returned",
|
||||
"description": "limit the number of rows returned",
|
||||
"type": {
|
||||
"kind": "SCALAR",
|
||||
"name": "Int",
|
||||
@@ -1411,7 +1411,7 @@
|
||||
},
|
||||
{
|
||||
"name": "limit",
|
||||
"description": "limit the nuber of rows returned",
|
||||
"description": "limit the number of rows returned",
|
||||
"type": {
|
||||
"kind": "SCALAR",
|
||||
"name": "Int",
|
||||
@@ -2216,7 +2216,7 @@
|
||||
},
|
||||
{
|
||||
"name": "limit",
|
||||
"description": "limit the nuber of rows returned",
|
||||
"description": "limit the number of rows returned",
|
||||
"type": {
|
||||
"kind": "SCALAR",
|
||||
"name": "Int",
|
||||
@@ -2307,7 +2307,7 @@
|
||||
},
|
||||
{
|
||||
"name": "limit",
|
||||
"description": "limit the nuber of rows returned",
|
||||
"description": "limit the number of rows returned",
|
||||
"type": {
|
||||
"kind": "SCALAR",
|
||||
"name": "Int",
|
||||
@@ -2425,7 +2425,7 @@
|
||||
},
|
||||
{
|
||||
"name": "limit",
|
||||
"description": "limit the nuber of rows returned",
|
||||
"description": "limit the number of rows returned",
|
||||
"type": {
|
||||
"kind": "SCALAR",
|
||||
"name": "Int",
|
||||
@@ -3577,4 +3577,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
},
|
||||
{
|
||||
"name": "limit",
|
||||
"description": "limit the nuber of rows returned",
|
||||
"description": "limit the number of rows returned",
|
||||
"type": {
|
||||
"kind": "SCALAR",
|
||||
"name": "Int",
|
||||
@@ -130,7 +130,7 @@
|
||||
},
|
||||
{
|
||||
"name": "limit",
|
||||
"description": "limit the nuber of rows returned",
|
||||
"description": "limit the number of rows returned",
|
||||
"type": {
|
||||
"kind": "SCALAR",
|
||||
"name": "Int",
|
||||
@@ -248,7 +248,7 @@
|
||||
},
|
||||
{
|
||||
"name": "limit",
|
||||
"description": "limit the nuber of rows returned",
|
||||
"description": "limit the number of rows returned",
|
||||
"type": {
|
||||
"kind": "SCALAR",
|
||||
"name": "Int",
|
||||
@@ -1411,7 +1411,7 @@
|
||||
},
|
||||
{
|
||||
"name": "limit",
|
||||
"description": "limit the nuber of rows returned",
|
||||
"description": "limit the number of rows returned",
|
||||
"type": {
|
||||
"kind": "SCALAR",
|
||||
"name": "Int",
|
||||
@@ -2216,7 +2216,7 @@
|
||||
},
|
||||
{
|
||||
"name": "limit",
|
||||
"description": "limit the nuber of rows returned",
|
||||
"description": "limit the number of rows returned",
|
||||
"type": {
|
||||
"kind": "SCALAR",
|
||||
"name": "Int",
|
||||
@@ -2307,7 +2307,7 @@
|
||||
},
|
||||
{
|
||||
"name": "limit",
|
||||
"description": "limit the nuber of rows returned",
|
||||
"description": "limit the number of rows returned",
|
||||
"type": {
|
||||
"kind": "SCALAR",
|
||||
"name": "Int",
|
||||
@@ -2425,7 +2425,7 @@
|
||||
},
|
||||
{
|
||||
"name": "limit",
|
||||
"description": "limit the nuber of rows returned",
|
||||
"description": "limit the number of rows returned",
|
||||
"type": {
|
||||
"kind": "SCALAR",
|
||||
"name": "Int",
|
||||
@@ -3577,4 +3577,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ type alias TodosOptionalArguments =
|
||||
{-| An array relationship
|
||||
|
||||
- distinct\_on - distinct select on columns
|
||||
- limit - limit the nuber of rows returned
|
||||
- limit - limit the number of rows returned
|
||||
- offset - skip the first n rows. Use only with order\_by
|
||||
- order\_by - sort the rows by one or more columns
|
||||
- where\_ - filter the rows returned
|
||||
|
||||
@@ -34,7 +34,7 @@ type alias OnlineUsersOptionalArguments =
|
||||
{-| fetch data from the table: "online\_users"
|
||||
|
||||
- distinct\_on - distinct select on columns
|
||||
- limit - limit the nuber of rows returned
|
||||
- limit - limit the number of rows returned
|
||||
- offset - skip the first n rows. Use only with order\_by
|
||||
- order\_by - sort the rows by one or more columns
|
||||
- where\_ - filter the rows returned
|
||||
|
||||
@@ -34,7 +34,7 @@ type alias OnlineUsersOptionalArguments =
|
||||
{-| fetch data from the table: "online\_users"
|
||||
|
||||
- distinct\_on - distinct select on columns
|
||||
- limit - limit the nuber of rows returned
|
||||
- limit - limit the number of rows returned
|
||||
- offset - skip the first n rows. Use only with order\_by
|
||||
- order\_by - sort the rows by one or more columns
|
||||
- where\_ - filter the rows returned
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
},
|
||||
{
|
||||
"name": "limit",
|
||||
"description": "limit the nuber of rows returned",
|
||||
"description": "limit the number of rows returned",
|
||||
"type": {
|
||||
"kind": "SCALAR",
|
||||
"name": "Int",
|
||||
@@ -130,7 +130,7 @@
|
||||
},
|
||||
{
|
||||
"name": "limit",
|
||||
"description": "limit the nuber of rows returned",
|
||||
"description": "limit the number of rows returned",
|
||||
"type": {
|
||||
"kind": "SCALAR",
|
||||
"name": "Int",
|
||||
@@ -248,7 +248,7 @@
|
||||
},
|
||||
{
|
||||
"name": "limit",
|
||||
"description": "limit the nuber of rows returned",
|
||||
"description": "limit the number of rows returned",
|
||||
"type": {
|
||||
"kind": "SCALAR",
|
||||
"name": "Int",
|
||||
@@ -1411,7 +1411,7 @@
|
||||
},
|
||||
{
|
||||
"name": "limit",
|
||||
"description": "limit the nuber of rows returned",
|
||||
"description": "limit the number of rows returned",
|
||||
"type": {
|
||||
"kind": "SCALAR",
|
||||
"name": "Int",
|
||||
@@ -2216,7 +2216,7 @@
|
||||
},
|
||||
{
|
||||
"name": "limit",
|
||||
"description": "limit the nuber of rows returned",
|
||||
"description": "limit the number of rows returned",
|
||||
"type": {
|
||||
"kind": "SCALAR",
|
||||
"name": "Int",
|
||||
@@ -2307,7 +2307,7 @@
|
||||
},
|
||||
{
|
||||
"name": "limit",
|
||||
"description": "limit the nuber of rows returned",
|
||||
"description": "limit the number of rows returned",
|
||||
"type": {
|
||||
"kind": "SCALAR",
|
||||
"name": "Int",
|
||||
@@ -2425,7 +2425,7 @@
|
||||
},
|
||||
{
|
||||
"name": "limit",
|
||||
"description": "limit the nuber of rows returned",
|
||||
"description": "limit the number of rows returned",
|
||||
"type": {
|
||||
"kind": "SCALAR",
|
||||
"name": "Int",
|
||||
@@ -3577,4 +3577,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1572,7 +1572,7 @@
|
||||
"name": "Int",
|
||||
"ofType": null
|
||||
},
|
||||
"description": "limit the nuber of rows returned"
|
||||
"description": "limit the number of rows returned"
|
||||
},
|
||||
{
|
||||
"name": "offset",
|
||||
@@ -1663,7 +1663,7 @@
|
||||
"name": "Int",
|
||||
"ofType": null
|
||||
},
|
||||
"description": "limit the nuber of rows returned"
|
||||
"description": "limit the number of rows returned"
|
||||
},
|
||||
{
|
||||
"name": "offset",
|
||||
@@ -1781,7 +1781,7 @@
|
||||
"name": "Int",
|
||||
"ofType": null
|
||||
},
|
||||
"description": "limit the nuber of rows returned"
|
||||
"description": "limit the number of rows returned"
|
||||
},
|
||||
{
|
||||
"name": "offset",
|
||||
@@ -1910,7 +1910,7 @@
|
||||
"name": "Int",
|
||||
"ofType": null
|
||||
},
|
||||
"description": "limit the nuber of rows returned"
|
||||
"description": "limit the number of rows returned"
|
||||
},
|
||||
{
|
||||
"name": "offset",
|
||||
@@ -2001,7 +2001,7 @@
|
||||
"name": "Int",
|
||||
"ofType": null
|
||||
},
|
||||
"description": "limit the nuber of rows returned"
|
||||
"description": "limit the number of rows returned"
|
||||
},
|
||||
{
|
||||
"name": "offset",
|
||||
@@ -2119,7 +2119,7 @@
|
||||
"name": "Int",
|
||||
"ofType": null
|
||||
},
|
||||
"description": "limit the nuber of rows returned"
|
||||
"description": "limit the number of rows returned"
|
||||
},
|
||||
{
|
||||
"name": "offset",
|
||||
@@ -3216,7 +3216,7 @@
|
||||
"name": "Int",
|
||||
"ofType": null
|
||||
},
|
||||
"description": "limit the nuber of rows returned"
|
||||
"description": "limit the number of rows returned"
|
||||
},
|
||||
{
|
||||
"name": "offset",
|
||||
@@ -3573,4 +3573,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -83,7 +83,7 @@ mkSelArgs tn =
|
||||
]
|
||||
where
|
||||
whereDesc = "filter the rows returned"
|
||||
limitDesc = "limit the nuber of rows returned"
|
||||
limitDesc = "limit the number of rows returned"
|
||||
offsetDesc = "skip the first n rows. Use only with order_by"
|
||||
orderByDesc = "sort the rows by one or more columns"
|
||||
distinctDesc = "distinct select on columns"
|
||||
|
||||
Reference in New Issue
Block a user