Commit Graph

9 Commits

Author SHA1 Message Date
Sunli
1f67e3adcd Limits the recursion depth of the parser. 2022-08-09 11:06:20 +08:00
Sunli
93763997af Rework connection types 2022-04-19 19:18:06 +08:00
Sunli
c4cfa24e41 Clippy clean 2021-07-31 23:54:16 +08:00
Sunli
a5a18824e7 Clippy clean 2021-03-26 21:07:45 +08:00
Sunli
f13a1b25ce Clippy clean 2021-02-13 09:55:53 +08:00
Sunli
184f8b169d Update docs 2020-10-13 10:19:30 +08:00
Sunli
2ca10e0ded Add parse_value and from_value funcntions. 2020-10-11 20:24:31 +08:00
Koxiaet
0880be3e0b Move some validations to parser
This commit moves the single anonymous and duplicated operation name
validation rules into the parser, allowing for a nicer format to be
exposed by it. It also adds better error messages to the parser.
2020-09-22 19:59:48 +01:00
Sunli
25e1339d5e Remove prefixes and add integrations subdirectory #259 2020-09-09 10:08:17 +08:00