graphql-engine/docs/graphql/core/api-reference/schema-metadata-api
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.rst docs: add api reference for new metadata api endpoint 2021-02-24 12:31:52 +00:00
computed-field.rst docs: add api reference for new metadata api endpoint 2021-02-24 12:31:52 +00:00
custom-functions.rst docs: add api reference for new metadata api endpoint 2021-02-24 12:31:52 +00:00
custom-types.rst docs: add api reference for new metadata api endpoint 2021-02-24 12:31:52 +00:00
dataerrors.csv docs: update paths for core and cloud (#5665) 2020-08-25 21:51:21 +05:30
event-triggers.rst docs: add api reference for new metadata api endpoint 2021-02-24 12:31:52 +00:00
index.rst docs: add api reference for new metadata api endpoint 2021-02-24 12:31:52 +00:00
manage-metadata.rst docs: add api reference for new metadata api endpoint 2021-02-24 12:31:52 +00:00
permission.rst docs: add api reference for new metadata api endpoint 2021-02-24 12:31:52 +00:00
query-collections.rst docs: add api reference for new metadata api endpoint 2021-02-24 12:31:52 +00:00
relationship.rst better handling for one-to-one relationships 2021-03-03 13:02:59 +00:00
remote-relationships.rst docs: add api reference for new metadata api endpoint 2021-02-24 12:31:52 +00:00
remote-schema-permissions.rst docs: add api reference for new metadata api endpoint 2021-02-24 12:31:52 +00:00
remote-schemas.rst docs: update paths for core and cloud (#5665) 2020-08-25 21:51:21 +05:30
restified-endpoints.rst docs: add info on variable interpretation for primitive URL variables 2021-03-04 10:38:51 +00:00
run-sql.rst docs: update paths for core and cloud (#5665) 2020-08-25 21:51:21 +05:30
scheduled-triggers.rst docs: add api reference for new metadata api endpoint 2021-02-24 12:31:52 +00:00
table-view.rst docs: add api reference for new metadata api endpoint 2021-02-24 12:31:52 +00:00