Commit Graph

1915 Commits

Author SHA1 Message Date
Sunli
f40c4ca3e6 Release 3.0.1
async-graphql@3.0.1
async-graphql-actix-web@3.0.1
async-graphql-axum@3.0.1
async-graphql-derive@3.0.1
async-graphql-parser@3.0.1
async-graphql-poem@3.0.1
async-graphql-rocket@3.0.1
async-graphql-value@3.0.1
async-graphql-warp@3.0.1

Generated by cargo-workspaces
2021-11-17 08:49:52 +08:00
Sunli
af25734697 Remove the ctx parameter of CustomValidator::check. #710 2021-11-17 08:46:13 +08:00
Sunli
fb7465dcb7 Release 3.0.0
async-graphql@3.0.0
async-graphql-actix-web@3.0.0
async-graphql-axum@3.0.0
async-graphql-derive@3.0.0
async-graphql-parser@3.0.0
async-graphql-poem@3.0.0
async-graphql-rocket@3.0.0
async-graphql-value@3.0.0
async-graphql-warp@3.0.0

Generated by cargo-workspaces
2021-11-16 18:19:48 +08:00
Sunli
325063f4c4 Update CHANGELOG.md 2021-11-16 18:18:37 +08:00
Sunli
948d8028b6 Update docs 2021-11-16 18:13:26 +08:00
Sunli
7e492103e3 Release 3.0.0-alpha.3
async-graphql@3.0.0-alpha.3
async-graphql-actix-web@3.0.0-alpha.3
async-graphql-axum@3.0.0-alpha.3
async-graphql-derive@3.0.0-alpha.3
async-graphql-parser@3.0.0-alpha.3
async-graphql-poem@3.0.0-alpha.3
async-graphql-rocket@3.0.0-alpha.3
async-graphql-value@3.0.0-alpha.3
async-graphql-warp@3.0.0-alpha.3

Generated by cargo-workspaces
2021-11-16 18:03:39 +08:00
Sunli
73d81f74a4 Update deserializer.rs 2021-11-16 18:01:14 +08:00
Sunli
5dac2d47fa Update mod.rs 2021-11-16 17:55:10 +08:00
Sunli
78b3a82769 Update CHANGELOG.md 2021-11-16 16:22:38 +08:00
Sunli
32a6cd39f4 Release 3.0.0-alpha.2
async-graphql@3.0.0-alpha.2
async-graphql-actix-web@3.0.0-alpha.2
async-graphql-axum@3.0.0-alpha.2
async-graphql-derive@3.0.0-alpha.2
async-graphql-parser@3.0.0-alpha.2
async-graphql-poem@3.0.0-alpha.2
async-graphql-rocket@3.0.0-alpha.2
async-graphql-value@3.0.0-alpha.2
async-graphql-warp@3.0.0-alpha.2

Generated by cargo-workspaces
2021-11-16 16:22:06 +08:00
Sunli
5a1f0ed865 Add some validators 2021-11-16 16:20:40 +08:00
Sunli
4b1cb058fa Release 3.0.0-alpha.1
async-graphql@3.0.0-alpha.1
async-graphql-actix-web@3.0.0-alpha.1
async-graphql-axum@3.0.0-alpha.1
async-graphql-derive@3.0.0-alpha.1
async-graphql-parser@3.0.0-alpha.1
async-graphql-poem@3.0.0-alpha.1
async-graphql-rocket@3.0.0-alpha.1
async-graphql-value@3.0.0-alpha.1
async-graphql-warp@3.0.0-alpha.1

Generated by cargo-workspaces
2021-11-16 15:28:20 +08:00
Sunli
9493d79651 Update test 2021-11-16 15:25:48 +08:00
Sunli
a656ab111b Release 3.0.0-alpha.0
async-graphql@3.0.0-alpha.0
async-graphql-actix-web@3.0.0-alpha.0
async-graphql-axum@3.0.0-alpha.0
async-graphql-derive@3.0.0-alpha.0
async-graphql-parser@3.0.0-alpha.0
async-graphql-poem@3.0.0-alpha.0
async-graphql-rocket@3.0.0-alpha.0
async-graphql-value@3.0.0-alpha.0
async-graphql-warp@3.0.0-alpha.0

Generated by cargo-workspaces
2021-11-16 15:11:21 +08:00
Sunli
ec833f7b6f Update CHANGELOG.md 2021-11-16 15:06:39 +08:00
Sunli
dd13716072 Add ErrorExtensionValues::unset method. 2021-11-16 15:04:29 +08:00
Sunli
3d8a8ef6af Update documents 2021-11-16 14:51:20 +08:00
Sunli
5549c85f55 Update error_ext.rs 2021-11-16 11:56:44 +08:00
Sunli
9e5121aaf3 Remove ResolverError and use Error::new_with_source instead. 2021-11-16 11:05:50 +08:00
Sunli
60245769f5 Rework guards 2021-11-16 10:22:39 +08:00
Sunli
28f027a8bc Update mod.rs 2021-11-15 20:58:57 +08:00
Sunli
71cbb9d20c Rework validators 3 2021-11-15 18:37:33 +08:00
Sunli
613bbc5b91 Custom validator 2021-11-15 11:08:56 +08:00
Sunli
dd55421ede Rework validators 2 2021-11-15 09:12:13 +08:00
Sunli
eb022a0cca Rework validators 2021-11-14 21:09:14 +08:00
Sunli
85d389cb79 Merge branch 'master' into async-graphql-v3 2021-11-13 21:53:50 +08:00
Sunli
06b6b394bd Update examples 2021-11-13 21:53:01 +08:00
Sunli
789cf57d32 Change the signature of the connection::query function to allow the callback to use any type that implements Into<Error>. #671 2021-11-13 21:41:58 +08:00
Sunli
97d7a94489 Update subscription.rs 2021-11-13 16:48:09 +08:00
Sunli
5fd79ee887 Update examples 2021-11-13 16:15:25 +08:00
Sunli
dc092a05c6 Update Cargo.toml 2021-11-13 09:37:56 +08:00
Sunli
382d745042 Merge branch 'master' into async-graphql-v3 2021-11-13 09:33:12 +08:00
Sunli
6272d72a15 Release 2.11.3
async-graphql@2.11.3
async-graphql-actix-web@2.11.3
async-graphql-axum@2.11.3
async-graphql-derive@2.11.3
async-graphql-parser@2.11.3
async-graphql-poem@2.11.3
async-graphql-rocket@2.11.3
async-graphql-tide@2.11.3
async-graphql-value@2.11.3
async-graphql-warp@2.11.3

Generated by cargo-workspaces
2021-11-13 09:30:09 +08:00
Sunli
b595c0e387 Update CHANGELOG.md 2021-11-13 09:29:25 +08:00
Sunli
eeb1f73773 Merge branch 'master' into async-graphql-v3 2021-11-13 09:16:24 +08:00
Sunli
0f55fe7f7d Fix Federation entity union is empty during schema introspection. #700 2021-11-13 09:08:55 +08:00
Sunli
93502dfffa Add test_entity_union 2021-11-13 09:05:29 +08:00
Sunli
a1ad892774 An error is returned when the number fails to parse. #704 2021-11-13 08:42:16 +08:00
Sunli
882c962428 Update examples 2021-11-13 08:11:26 +08:00
Sunli
7c633d49ff Update async-graphql-warp 2 2021-11-12 21:48:18 +08:00
Sunli
97464b0572 Update async-graphql-rocket 2021-11-12 21:35:47 +08:00
Sunli
074156c16e clippy clean 2021-11-12 21:25:39 +08:00
Sunli
81307ecf59 Update async-graphql-actix-web 2021-11-12 21:24:24 +08:00
Sunli
2a49d6f75d Merge pull request #701 from smihica/add-i64-i32-cursor-type
Implemented CursorType for i32/i64
2021-11-12 18:17:45 +08:00
smihica
1eba5623f7 Implemented CursorType for i32/i64 2021-11-12 18:33:38 +09:00
Sunli
f869c58ea6 Update async-graphql-actix-web 2021-11-12 16:58:13 +08:00
Sunli
e5a037ae14 Merge branch 'actix-web-v4-beta' into async-graphql-v3 2021-11-12 15:34:09 +08:00
Sunli
0b09482f5b Update async-graphql-warp 2021-11-12 15:27:05 +08:00
Sunli
b16974400f Update async-graphql-axum 2021-11-12 12:58:32 +08:00
Sunli
6905c561ca Update async-graphql-poem 2 2021-11-12 12:00:38 +08:00