graphql-engine/docs/graphql/manual
Toan Nguyen 15c0ebf1ef
allow special characters in json path's property name (close #3890) (#3892)
* allow underscore prefix and special characters in json path

* server: Rewrite/refactor JSONPath parser

The JSONPath parser is also rewritten, the previous implementation
was written in a very explicitly “recursive descent” style, but the whole
point of using attoparsec is to be able to backtrack! Taking advantage
of the combinators makes for a much simpler parser.

Co-authored-by: Vamshi Surabhi <0x777@users.noreply.github.com>
Co-authored-by: Alexis King <lexi.lambda@gmail.com>
Co-authored-by: Aleksandra Sikora <ola.zxcvbnm@gmail.com>
Co-authored-by: Shahidh K Muhammed <shahidh@hasura.io>
2020-04-20 14:25:09 +05:30
..
actions docs: update sample action handler URLs (#4450) 2020-04-20 11:48:00 +05:30
api-reference allow special characters in json path's property name (close #3890) (#3892) 2020-04-20 14:25:09 +05:30
auth accept a new argument claims_namespace_path in JWT config (#4365) 2020-04-16 12:15:21 +05:30
business-logic fix typos in documentation (#2562) 2019-09-11 12:47:14 +05:30
deployment docs: add statement to grant hasura permissions for PG functions (#4238) 2020-03-30 13:48:13 +05:30
event-triggers docs: replace doc with ref (close #4054) (#4068) 2020-03-12 01:12:36 +05:30
faq merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
getting-started docs: replace doc with ref (close #4054) (#4068) 2020-03-12 01:12:36 +05:30
guides docs: add One-Click Render deployment guides (close #3683) (#4209) 2020-04-01 15:25:28 +05:30
hasura-cli docs: replace doc with ref (close #4054) (#4068) 2020-03-12 01:12:36 +05:30
how-it-works docs: replace doc with ref (close #4054) (#4068) 2020-03-12 01:12:36 +05:30
integration merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
introduction merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
migrations console: unique filenames for exported metadata (close #1772) (#4106) 2020-03-18 20:27:18 +05:30
mutations docs: replace doc with ref (close #4054) (#4068) 2020-03-12 01:12:36 +05:30
performance merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
queries docs: add json path example in query docs (#4087) 2020-04-07 12:46:10 +05:30
remote-schemas docs: replace doc with ref (close #4054) (#4068) 2020-03-12 01:12:36 +05:30
schema docs: replace doc with ref (close #4054) (#4068) 2020-03-12 01:12:36 +05:30
security-disclosure docs: replace doc with ref (close #4054) (#4068) 2020-03-12 01:12:36 +05:30
subscriptions docs: replace doc with ref (close #4054) (#4068) 2020-03-12 01:12:36 +05:30
troubleshooting docs: replace doc with ref (close #4054) (#4068) 2020-03-12 01:12:36 +05:30
version-control merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
index.rst docs: add actions docs (#3907) 2020-02-24 21:49:14 +05:30