Commit Graph

33 Commits

Author SHA1 Message Date
rsdy
6035b94c73 Resurrect code generation through tests 2022-09-05 17:30:42 +01:00
Sunli
181a0bed70 Fixes #1039 2022-08-23 09:41:50 +08:00
Sunli
1d33a6b806 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
e70db4c441 Use prettyplease to format the code 2022-08-09 14:49:49 +08:00
Sunli
2d96d4805b Update executable.rs 2022-08-09 11:19:36 +08:00
Sunli
1f67e3adcd Limits the recursion depth of the parser. 2022-08-09 11:06:20 +08:00
Sunli
440fe98f18 Cache parsed ExecuteDocument in APQ. #919 2022-05-13 18:17:03 +08:00
Sunli
106c410dbe Update parser 2022-05-01 09:53:36 +08:00
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
334307b2c2 Add Union and Interface support for trait objects. #780
Clippy clean
2022-01-11 09:35:09 +08:00
Sunli
db3706dafa Clippy 2021-12-30 10:16:49 +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
a2a419430b Allow directive on variable definition - [GraphQL - October 2021] #678 2021-11-02 20:35:05 +08:00
Sunli
c4cfa24e41 Clippy clean 2021-07-31 23:54:16 +08:00
Sunli
deeedf11a6 Clippy clean 2021-05-07 10:14:05 +08:00
Sunli
a5a18824e7 Clippy clean 2021-03-26 21:07:45 +08:00
Sunli
2525200d08 Fixed the error that the directive locations FIELD_DEFINITION and ENUM_VALUE cannot be parsed. 2021-02-15 09:25:54 +08:00
Sunli
f13a1b25ce Clippy clean 2021-02-13 09:55:53 +08:00
Sunli
8bc33cfd44 Clippy clean 2021-01-04 08:18:28 +08:00
Sunli
5a1cb7d9ad Merge branch 'release' of https://github.com/async-graphql/async-graphql into release 2020-11-14 08:42:21 +08:00
Sunli
296d562c56 Fix #322. 2020-11-14 08:42:17 +08:00
Sunli
80d6ec05dd Fix #322. 2020-11-10 11:46:56 +08:00
Sunli
c999dd26dd Fix typo 2020-10-22 10:11:47 +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
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
7a90069cad Continue to refactor. 2020-09-10 16:39:43 +08:00
Sunli
25e1339d5e Remove prefixes and add integrations subdirectory #259 2020-09-09 10:08:17 +08:00