Commit Graph

1840 Commits

Author SHA1 Message Date
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
Sunli
098255cce7 Update async-graphql-tide 2 2021-11-12 07:45:49 +08:00
Sunli
acb44bdd05 Hide types that are not referenced by visible fields. #698 2021-11-12 07:24:04 +08:00
Sunli
a86ca953c3 Update async-graphql-tide 2021-11-12 07:23:05 +08:00
Sunli
0118a5dd7c Update async-graphql-poem 2021-11-12 07:23:05 +08:00
Sunli
0e9e087691 Move the methods of the Type trait to InputType and OutputType. 2021-11-12 07:23:05 +08:00
Sunli
b85815d84a Rework websocket 2021-11-12 07:23:04 +08:00
Sunli
202525903a 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
d3b4c78d81 Update CHANGELOG.md 2021-11-11 08:57:23 +08:00
Sunli
ccb06019cc Update book 2021-11-08 16:24:01 +08:00
Sunli
b359b62976 If a GraphQL name conflict is detected when creating schema, it will cause panic. #499 2021-11-08 10:25:31 +08:00
Sunli
ff994dc1ec Fix the problem that EmptyMutation may cause when used in MergedObject. #694 2021-11-08 08:45:14 +08:00
Sunli
70fb209b30 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
Sunli
26d6c97ac9 Merge pull request #668 from sergeysova/upgrade-actix-web
upgrade actix to a v4.0 beta.10
2021-11-07 21:21:50 +08:00
Sunli
cc38b56e80 Merge branch 'actix-web-v4-beta' into upgrade-actix-web 2021-11-07 21:21:39 +08:00
Sunli
9971433649 Bump actix-web from 4.0.0-beta.8 to 4.0.0-beta.9 2021-11-07 21:05:25 +08:00
Ricky Lam
e613084bd1 Fix compile error 2021-11-07 21:05:25 +08:00
Sunli
cac24dc5f3 Bump actix-web to 3.0.0-beta.8 2021-11-07 21:05:25 +08:00
Sunli
737cce27e0 Update for actix-web-4.0.0-beta.6 2021-11-07 21:05:25 +08:00
Libor Vašíček
80406ddab2 Update tests for actix-web v4.0.0-beta.5 2021-11-07 21:05:25 +08:00
Sunli
c97b634303 Update for actix-web v4.0.0-beta.5 2021-11-07 21:05:25 +08:00
Sunli
dbc0862894 Rework Failure 3 #671 2021-11-07 19:11:43 +08:00
Sunli
4d65f9c739 Rework Failure2 #671 2021-11-05 19:05:49 +08:00
Sunli
d64e075164 Update examples 2021-11-05 10:09:46 +08:00
Sunli
bb9bd08b11 rustfmt 2021-11-05 09:29:50 +08:00
Sunli
01f53fc865 Merge pull request #692 from SadiinsoSnowfall/master
Added map, contains and transpose function to MaybeUndefined
2021-11-05 09:29:17 +08:00