fix a typo in limit description of schema (close #2810) (#2811)

This commit is contained in:
Victor Ferreira
2019-09-05 04:17:01 -03:00
committed by Shahidh K Muhammed
parent cb2a083359
commit 27d85ca6bb
8 changed files with 36 additions and 36 deletions

View File

@@ -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 @@
}
]
}
}
}

View File

@@ -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 @@
}
]
}
}
}

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 @@
}
]
}
}
}

View File

@@ -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 @@
}
}
}
}
}

View File

@@ -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"