graphql-engine/docs/graphql/core
Lyndon Maydwell cb85d62078 docs: add info on variable interpretation for primitive URL variables
Additional documentation for REST queries with respect to how url template variables and query variables are interpreted.

* Route variables and Query parameters are interpreted as scalars according to the variables types in the associated query and passed as JSON data through the query variables:
   * Missing nullable variables are interpreted as NULL
   * Boolean variables are interpreted as Bools
   * Boolean flags without values e.g. ``/api/rest/myquery?mybool`` are interpreted as True for boolean variables
   * String variables are interpreted as literal Strings
   * UUID variables are interpreted as strings
   * ID variables are interpreted as strings
   * Number, Int, Float, and Double variables are interpreted as Numbers
   * All other types or mismatches currently report variable type errors

---

### Kodiak commit message

Documentation for variable interpretation for primitive URL variables

#### Commit title
Documentation for variable interpretation for primitive URL variables

Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
GitOrigin-RevId: 2d90facd0e644e275fe752dc393f066fb71490c5
2021-03-04 10:38:51 +00:00
..
actions docs: use same userId in login example (#127) 2021-03-04 06:31:59 +00:00
api-reference docs: add info on variable interpretation for primitive URL variables 2021-03-04 10:38:51 +00:00
auth docs: add pg source config details 2021-03-01 15:34:02 +00:00
business-logic docs: update paths for core and cloud (#5665) 2020-08-25 21:51:21 +05:30
databases docs: support ltree operators (#592) 2021-02-25 14:11:15 +00:00
deployment docs: add trailing slash to blog links, update header link 2021-03-02 09:27:14 +00:00
event-triggers docs: console / cli / api workflows (close #3593) (#4948) 2020-10-13 11:07:46 +00:00
faq docs: update paths for core and cloud (#5665) 2020-08-25 21:51:21 +05:30
getting-started update docs link to avoid redirects 2021-03-01 18:51:18 +00:00
guides docs: add trailing slash to blog links, update header link 2021-03-02 09:27:14 +00:00
hasura-cli docs: add trailing slash to blog links, update header link 2021-03-02 09:27:14 +00:00
how-it-works docs: add multiple databases and metadata separation docs (#586) 2021-02-23 12:01:19 +00:00
integration docs: update paths for core and cloud (#5665) 2020-08-25 21:51:21 +05:30
introduction docs: update paths for core and cloud (#5665) 2020-08-25 21:51:21 +05:30
migrations docs: add api reference for new metadata api endpoint 2021-02-24 12:31:52 +00:00
performance docs: update paths for core and cloud (#5665) 2020-08-25 21:51:21 +05:30
remote-schemas docs: remove unused images 2021-02-17 14:19:45 +00:00
scheduled-triggers docs: add note on scheduled event triggers delivery precision (close #5754) (#5789) 2020-09-18 13:19:28 +05:30
security-disclosure docs: update paths for core and cloud (#5665) 2020-08-25 21:51:21 +05:30
troubleshooting docs: add multiple databases and metadata separation docs (#586) 2021-02-23 12:01:19 +00:00
version-control docs: update paths for core and cloud (#5665) 2020-08-25 21:51:21 +05:30
index.rst docs: add multiple databases and metadata separation docs (#586) 2021-02-23 12:01:19 +00:00