Commit Graph

16 Commits

Author SHA1 Message Date
Sunli
c80687af80 Clippy clean 2021-07-31 23:54:16 +08:00
Sunli
4d2110bf0d Clippy clean 2021-05-07 10:14:05 +08:00
Sunli
5d641a79bd Clippy clean 2021-03-26 21:07:45 +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
386b0b2876 Clippy clean 2021-02-13 09:55:53 +08:00
Sunli
c0ce4d4473 Clippy clean 2021-01-04 08:18:28 +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
Sunli
e1be5d5537 Fix typo 2020-10-22 10:11:47 +08:00
Sunli
6958202238 Update docs 2020-10-13 10:19:30 +08:00
Sunli
e056edbaa0 Add parse_value and from_value funcntions. 2020-10-11 20:24:31 +08:00
Sunli
87ba51fdd0 Some improvements. 2020-10-10 16:28:07 +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
f3c0d86f12 Continue to refactor. 2020-09-10 16:39:43 +08:00
Sunli
668b1fea94 Remove prefixes and add integrations subdirectory #259 2020-09-09 10:08:17 +08:00