Commit Graph

217 Commits

Author SHA1 Message Date
Sunli 272fea205d Add `SchemaBuilder::override_name` method. #437 2021-03-09 18:07:18 +08:00
Sunli f6c0c33885 Add `extends` attribute for derive macros Subscription and MergedSubscription. 2021-03-09 15:12:14 +08:00
Sunli 197b3ae0a9 Export subscription type to Federation SDL. 2021-03-09 14:54:54 +08:00
Sunli d0fe7fc23b Remove unnecessary Box from WebSocket messages. 2021-03-09 12:07:12 +08:00
Sunli 007b4e74db Execute `_entity` requests in parallel. #431 2021-03-07 16:37:34 +08:00
Sunli d723717e4b Add descriptions for the exported Federation SDL. 2021-03-06 08:38:19 +08:00
Sunli 028d4723df Update changelog 2021-02-28 09:42:13 +08:00
Sunli 4f2ea5ed50 Moved `Variables` from `async_graphql::context::Variables` to
`async_graphql::Variables`.
2021-02-28 09:37:42 +08:00
Sunli 4ebe0dd4cd Allow the `deprecation` attribute to have no reason. 2021-02-27 11:59:58 +08:00
Sunli 035f6d0a51 Fix the problem that the borrowing lifetime returned by the `Context::data` function is too small. 2021-02-23 23:05:08 +08:00
Sunli 98afa41d30 Update CHANGELOG.md 2021-02-23 12:53:25 +08:00
Sunli 028ad5d54c Update CHANGELOG.md 2021-02-22 09:54:26 +08:00
Sunli 5c66a9cdda Add support for Federation nested keys. 2021-02-21 23:06:26 +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 361d8d049f Fixed getting "custom attribute panicked" message when using `[#Object]` helper. #409 2021-02-13 09:09:29 +08:00
Sunli a67ed25e0c Update CHANGELOG.md 2021-02-06 13:19:22 +08:00
Sunli 2d7627cd39 Fixed GraphQL over WebSocket Protocol does not support ConnectionError events. #406 2021-02-06 11:02:41 +08:00