Commit Graph

2053 Commits

Author SHA1 Message Date
Sunli
ecc9f3cdc1 Update test 2021-11-16 15:25:48 +08:00
Sunli
76aab14f75 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
7b8981a751 Update CHANGELOG.md 2021-11-16 15:06:39 +08:00
Sunli
bb24498b6e Add ErrorExtensionValues::unset method. 2021-11-16 15:04:29 +08:00
Sunli
fa59419815 Update documents 2021-11-16 14:51:20 +08:00
Sunli
13bb603b28 Update error_ext.rs 2021-11-16 11:56:44 +08:00
Sunli
d9cd21802d Remove ResolverError and use Error::new_with_source instead. 2021-11-16 11:05:50 +08:00
Sunli
5a3ed87255 Rework guards 2021-11-16 10:22:39 +08:00
Sunli
3a30fb7464 Update mod.rs 2021-11-15 20:58:57 +08:00
Sunli
a7c82d303a Rework validators 3 2021-11-15 18:37:33 +08:00
Sunli
e81bc7a97b Custom validator 2021-11-15 11:08:56 +08:00
Sunli
958b534b77 Rework validators 2 2021-11-15 09:12:13 +08:00
Sunli
8750d8d34b Rework validators 2021-11-14 21:09:14 +08:00
Sunli
08263394a8 Merge branch 'master' into async-graphql-v3 2021-11-13 21:53:50 +08:00
Sunli
bd68b412f5 Update examples 2021-11-13 21:53:01 +08:00
Sunli
0a4ec272b6 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
33135be386 Update subscription.rs 2021-11-13 16:48:09 +08:00
Sunli
4576d30ed6 Update examples 2021-11-13 16:15:25 +08:00
Sunli
98b7b46882 Update Cargo.toml 2021-11-13 09:37:56 +08:00
Sunli
e627399fb4 Merge branch 'master' into async-graphql-v3 2021-11-13 09:33:12 +08:00
Sunli
0eef770acc 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
112e3e2b34 Update CHANGELOG.md 2021-11-13 09:29:25 +08:00
Sunli
0be420d47b Merge branch 'master' into async-graphql-v3 2021-11-13 09:16:24 +08:00
Sunli
ba66e1406e Fix Federation entity union is empty during schema introspection. #700 2021-11-13 09:08:55 +08:00
Sunli
e6505951af Add test_entity_union 2021-11-13 09:05:29 +08:00
Sunli
4772e26dfb An error is returned when the number fails to parse. #704 2021-11-13 08:42:16 +08:00
Sunli
00e7ad7f0f Update examples 2021-11-13 08:11:26 +08:00
Sunli
64c1028c5f Update async-graphql-warp 2 2021-11-12 21:48:18 +08:00
Sunli
2e27f1bfbf Update async-graphql-rocket 2021-11-12 21:35:47 +08:00
Sunli
a23fb80255 clippy clean 2021-11-12 21:25:39 +08:00
Sunli
32ba455fb2 Update async-graphql-actix-web 2021-11-12 21:24:24 +08:00
Sunli
c9555a948c
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
15fb04ef52 Implemented CursorType for i32/i64 2021-11-12 18:33:38 +09:00
Sunli
111923ac0f Update async-graphql-actix-web 2021-11-12 16:58:13 +08:00
Sunli
4bf73df67e Merge branch 'actix-web-v4-beta' into async-graphql-v3 2021-11-12 15:34:09 +08:00
Sunli
52a4b9b01b Update async-graphql-warp 2021-11-12 15:27:05 +08:00
Sunli
0b1e2107ff Update async-graphql-axum 2021-11-12 12:58:32 +08:00
Sunli
efb23c3a22 Update async-graphql-poem 2 2021-11-12 12:00:38 +08:00
Sunli
e07f275e83 Update async-graphql-tide 2 2021-11-12 07:45:49 +08:00
Sunli
732e232a8e Hide types that are not referenced by visible fields. #698 2021-11-12 07:24:04 +08:00
Sunli
7b16acb017 Update async-graphql-tide 2021-11-12 07:23:05 +08:00
Sunli
dfb6bae04f Update async-graphql-poem 2021-11-12 07:23:05 +08:00
Sunli
20b73e06f4 Move the methods of the Type trait to InputType and OutputType. 2021-11-12 07:23:05 +08:00
Sunli
b75aa6c25b Rework websocket 2021-11-12 07:23:04 +08:00
Sunli
396e7bc175 Release 2.11.2
async-graphql@2.11.2
async-graphql-actix-web@2.11.2
async-graphql-axum@2.11.2
async-graphql-derive@2.11.2
async-graphql-parser@2.11.2
async-graphql-poem@2.11.2
async-graphql-rocket@2.11.2
async-graphql-tide@2.11.2
async-graphql-value@2.11.2
async-graphql-warp@2.11.2

Generated by cargo-workspaces
2021-11-11 08:57:55 +08:00
Sunli
d2b1652eab Update CHANGELOG.md 2021-11-11 08:57:23 +08:00
Sunli
708c051bbd Update book 2021-11-08 16:24:01 +08:00
Sunli
0f1e5a19fd If a GraphQL name conflict is detected when creating schema, it will cause panic. #499 2021-11-08 10:25:31 +08:00
Sunli
53b5701b93 Fix the problem that EmptyMutation may cause when used in MergedObject. #694 2021-11-08 08:45:14 +08:00
Sunli
16488efe66 Release 2.11.1
async-graphql@2.11.1
async-graphql-actix-web@2.11.1
async-graphql-axum@2.11.1
async-graphql-derive@2.11.1
async-graphql-parser@2.11.1
async-graphql-poem@2.11.1
async-graphql-rocket@2.11.1
async-graphql-tide@2.11.1
async-graphql-value@2.11.1
async-graphql-warp@2.11.1

Generated by cargo-workspaces
2021-11-07 21:25:43 +08:00