Commit Graph

2337 Commits

Author SHA1 Message Date
Sunli 791ea09ed5 Update CHANGELOG.md 2022-10-07 17:07:36 +08:00
Sunli 400df04f91 Release 4.0.15
async-graphql@4.0.15
async-graphql-actix-web@4.0.15
async-graphql-axum@4.0.15
async-graphql-derive@4.0.15
async-graphql-parser@4.0.15
async-graphql-poem@4.0.15
async-graphql-rocket@4.0.15
async-graphql-tide@4.0.15
async-graphql-value@4.0.15
async-graphql-warp@4.0.15

Generated by cargo-workspaces
2022-10-07 16:51:31 +08:00
Sunli bdf7314204 Change `SchemaBuilder::enable_suggestions` to `disable_suggestions` 2022-10-07 16:47:55 +08:00
Sunli c7c4891b32 Remove stale bot 2022-10-06 08:18:01 +08:00
Sunli e50808888a Add `SchemaBuilder::enable_suggestions` method to enable or disable field suggestions. #1101 2022-10-04 22:40:59 +08:00
Sunli 13a66a5013 Skip tracing for introspection queries #841 2022-10-01 16:17:27 +08:00
Sunli 5b49a9d891
Merge pull request #1099 from NyCodeGHG/feature/document-title 2022-09-30 23:02:21 +08:00
Marie Ramlow 18398f597a
implement dynamic title for graphql playground 2022-09-30 14:20:04 +00:00
Marie Ramlow 4ee21218d3
implement dynamic title for graphiql_v2 2022-09-30 14:19:18 +00:00
Sunli 49b6fa4f9f Add documents for registry types 2022-09-30 10:45:31 +08:00
Sunli 974f8ff21d Update CHANGELOG.md 2022-09-26 08:43:14 +08:00
Sunli 48a3a654bc Release 4.0.14
async-graphql@4.0.14
async-graphql-actix-web@4.0.14
async-graphql-axum@4.0.14
async-graphql-derive@4.0.14
async-graphql-parser@4.0.14
async-graphql-poem@4.0.14
async-graphql-rocket@4.0.14
async-graphql-tide@4.0.14
async-graphql-value@4.0.14
async-graphql-warp@4.0.14

Generated by cargo-workspaces
2022-09-26 08:31:27 +08:00
Sunli 8ff0aabe16 Update examples 2022-09-25 13:57:33 +08:00
Sunli d5d4fbe75f Rustfmt 2022-09-25 13:41:36 +08:00
Sunli d07305ddcd Update examples 2022-09-25 13:41:04 +08:00
Sunli 871d53a8db Add support for parse request from query string #1085 2022-09-25 12:10:52 +08:00
Sunli 928b311e17 Update examples 2022-09-24 17:12:11 +08:00
Sunli 4c9ab11c39
Merge pull request #1082 from dbanty/fix-federation-tests
test: Fix out of date federation tests
2022-09-24 10:13:17 +08:00
Sunli 03c62df36c
Merge pull request #1080 from dbanty/update-federation-docs
docs: Update federation docs with examples of each directive
2022-09-24 10:13:05 +08:00
Dylan Anthony d0a5a50046
docs: Fix `&str` -> `ID` in fed docs 2022-09-23 11:58:30 -06:00
Dylan Anthony 9b79c2232b
docs: Fix more attributes in examples 2022-09-23 11:52:05 -06:00
Dylan Anthony 6193f24aae
docs: EmptyQuery isn't a thing 2022-09-23 11:42:19 -06:00
Dylan Anthony ddd27840ad
test: Fix out of date federation tests 2022-09-23 11:39:42 -06:00
Dylan Anthony 4327c14e50
docs: Fix `#[SimpleObject]` in federation examples 2022-09-23 11:33:02 -06:00
Dylan Anthony b0c14df9d2
docs: Remove tokio from examples 2022-09-23 11:15:22 -06:00
Dylan Anthony d9c4399a1f
docs: Add imports to fed doc examples 2022-09-23 11:12:06 -06:00
Dylan Anthony fb539f4d2c
docs: Update federation docs with examples of each directive 2022-09-22 17:48:15 -06:00
Sunli 7ecc91f3f0 Federation v1 is no longer supported 2022-09-22 23:34:49 +08:00
Sunli 6217ccb474
Merge pull request #1060 from raptros/add-link-directive
implement a simple approach to using the link directive
2022-09-22 23:23:04 +08:00
aidan coyne 2a5af41fec add documentation about enabling link directive 2022-09-22 09:59:01 -05:00
aidan coyne 6575fd6741 Revert "default to printing the applicaiton of the link directive"
This reverts commit 64e6e7e7fa.
2022-09-22 09:48:10 -05:00
aidan coyne 64e6e7e7fa default to printing the applicaiton of the link directive
change to providing a method to opt-out of printing it.
2022-09-20 08:12:54 -05:00
Sunli a65d3af054 Clippy clean 2022-09-20 09:33:16 +08:00
aidan coyne 66f8bb46b2 re-format 2022-09-19 16:19:29 -05:00
aidan coyne c4530dd1bb add a test for the printing of link directive 2022-09-19 16:14:21 -05:00
aidan coyne 89dca3e125 clean up some mistakes, ensure existing tests pass 2022-09-19 15:43:46 -05:00
aidan coyne 9e105f2628 implement a simple approach to using the link directive
this is probably the simple way to get the link directive in place for
federation 2 support - simply add a flag to the registry, and print out
a hardcoded link directive configured for the current needs of
async-graphql.
2022-09-19 15:43:46 -05:00
Sunli 0eb9cf12d2
Merge pull request #1074 from TaKO8Ki/remove-unnecessary-space 2022-09-17 09:33:46 +08:00
Takayuki Maeda 77288680ec remove an unnecessary space 2022-09-16 18:17:27 +09:00
Sunli 388a00dc59 Release 4.0.13
async-graphql@4.0.13
async-graphql-actix-web@4.0.13
async-graphql-axum@4.0.13
async-graphql-derive@4.0.13
async-graphql-parser@4.0.13
async-graphql-poem@4.0.13
async-graphql-rocket@4.0.13
async-graphql-tide@4.0.13
async-graphql-value@4.0.13
async-graphql-warp@4.0.13

Generated by cargo-workspaces
2022-09-09 18:49:44 +08:00
Sunli d65a782d55 Add `SDLExportOptions::include_specified_by` method to enable `specifiedBy` directive #1065 2022-09-09 18:48:24 +08:00
Sunli fe9980e89c Update CHANGELOG.md 2022-09-06 14:48:03 +08:00
Sunli e4c8368892
Merge pull request #1062 from rsdy/test-codegen
Resurrect code generation through tests
2022-09-06 14:42:25 +08:00
Sunli 72c70e2532
Merge pull request #1049 from k-kinzal/support-primitive-type-for-cursor-type
Support for primitive type in CursorType
2022-09-06 09:41:59 +08:00
Sunli 9915b28b9b Fixes #1063 2022-09-06 09:36:08 +08:00
rsdy 6035b94c73 Resurrect code generation through tests 2022-09-05 17:30:42 +01:00
Sunli 70049ae798 Add `no_cache` for `cache_control` attribute #1051 2022-09-02 15:09:44 +08:00
Sunli 732bc14e82 Update ci.yml 2022-09-01 23:20:53 +08:00
Sunli 438327b283 Update ci.yml 2022-09-01 23:04:40 +08:00
Sunli 03ad8e8699
Merge pull request #1057 from maraisr/maraisr/readmee-whopsie
docs: readme example be correct rust
2022-09-01 22:53:12 +08:00