Commit Graph

16 Commits

Author SHA1 Message Date
rsdy 95687af37b Resurrect code generation through tests 2022-09-05 17:30:42 +01:00
Sunli 9dd3ec894f Fixes #1039 2022-08-23 09:41:50 +08:00
Sunli 339df7c934 Release 4.0.7
async-graphql@4.0.7
async-graphql-actix-web@4.0.7
async-graphql-axum@4.0.7
async-graphql-derive@4.0.7
async-graphql-parser@4.0.7
async-graphql-poem@4.0.7
async-graphql-rocket@4.0.7
async-graphql-tide@4.0.7
async-graphql-value@4.0.7
async-graphql-warp@4.0.7

Generated by cargo-workspaces
2022-08-09 17:20:04 +08:00
Sunli a54b131926 Use `prettyplease` to format the code 2022-08-09 14:49:49 +08:00
Sunli d339e011fa Limits the recursion depth of the parser. 2022-08-09 11:06:20 +08:00
Sunli f4748c4b35 Update parser 2022-05-01 09:53:36 +08:00
Sunli bfc471ca52 Update codegen.rs 2022-04-28 12:28:44 +08:00
Sunli 0d03a95f8f Clippy clean 2022-04-28 12:14:23 +08:00
Dirkjan Ochtman 7ca4166766 parser: move code generation into a test 2022-04-25 11:35:37 +02:00
Sunli e9624f8093 Allow directive on variable definition - [GraphQL - October 2021] #678 2021-11-02 20:35:05 +08:00
Sunli 128a633ddf Fixed the error that the directive locations `FIELD_DEFINITION` and `ENUM_VALUE` cannot be parsed. 2021-02-15 09:25:54 +08:00
Sunli 2a1342182e Merge branch 'release' of https://github.com/async-graphql/async-graphql into release 2020-11-14 08:42:21 +08:00
Sunli b34dcb6369 Fix #322. 2020-11-14 08:42:17 +08:00
Sunli 014a675995 Fix #322. 2020-11-10 11:46:56 +08:00
Koxiaet 49462cf05f 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 668b1fea94 Remove prefixes and add integrations subdirectory #259 2020-09-09 10:08:17 +08:00