Commit Graph

10 Commits

Author SHA1 Message Date
Sunli 7707a45eaa Clippy clean 2022-04-28 12:14:23 +08:00
Sunli ba493844a5
Merge branch 'async-graphql-v4' into test-codegen 2022-04-28 12:02:06 +08:00
Dirkjan Ochtman bb5cd9ca4a parser: move code generation into a test 2022-04-25 11:35:37 +02:00
Sunli 93763997af Rework connection types 2022-04-19 19:18:06 +08:00
Sunli 4772e26dfb An error is returned when the number fails to parse. #704 2021-11-13 08:42:16 +08:00
Sunli 51321b0e84 Number value literal lookahead restrictions - [GraphQL - October 2021] #685 2021-11-02 20:35:43 +08:00
Sunli 2ca10e0ded Add `parse_value` and `from_value` funcntions. 2020-10-11 20:24:31 +08:00
Sunli 10cd868f4c Some improvements. 2020-10-10 16:28:07 +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