mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
15c0ebf1ef
* 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> |
||
---|---|---|
.. | ||
schema_setup.yaml | ||
schema_teardown.yaml | ||
user_can_update_unpublished_article.yaml | ||
user_cannot_update_another_users_article.yaml | ||
user_cannot_update_id_col_article.yaml | ||
user_cannot_update_published_article_version.yaml | ||
user_update_resident_preset_error.yaml | ||
user_update_resident_preset_session_var.yaml | ||
user_update_resident_preset.yaml | ||
values_setup.yaml | ||
values_teardown.yaml |