async-graphql/src
Dominik Spicher bc98a46deb export_sdl: consistently avoid trailing spaces
116f6e48 modified the SDL export for scalars not to
incur trailing spaces. Unfortunately this occurs for
other types as well. This commit takes care of the
remaining occurrences and adds assertions to unit-tests
where an SDL is already available.
2022-08-25 15:36:37 +02:00
..
dataloader Release 4.0.8 2022-08-12 13:17:04 +08:00
docs docs: add doc for tag attribute 2022-08-22 11:52:05 +02:00
extensions Fix nightly rustfmt (#970) 2022-07-05 06:54:07 +08:00
http Fix typos (#951) 2022-06-15 22:18:39 +08:00
model Remove code and tests related oneof fields. #915 2022-05-07 16:16:01 +08:00
registry export_sdl: consistently avoid trailing spaces 2022-08-25 15:36:37 +02:00
resolver_utils feat: add @tag support 2022-08-22 11:44:02 +02:00
types Add OpaqueCursor #1040 2022-08-24 13:17:08 +08:00
validation Clippy clean 2022-08-12 14:05:46 +08:00
validators Make email-validator optional (#950) 2022-06-17 00:23:47 +08:00
base.rs Rework connection types 2022-04-19 19:18:06 +08:00
context.rs fixes lost when request.data(X) in an extension 2022-08-12 20:34:46 +09:00
custom_directive.rs Rework connection types 2022-04-19 19:18:06 +08:00
error.rs Rework connection types 2022-04-19 19:18:06 +08:00
guard.rs Implement Guard for Fn 2022-06-30 10:50:45 +08:00
lib.rs Update CHANGELOG 2022-06-20 13:54:33 +08:00
look_ahead.rs Rework connection types 2022-04-19 19:18:06 +08:00
request.rs Remove obsolete disable_introspection field in Request 2022-05-02 18:12:06 +02:00
response.rs Rework connection types 2022-04-19 19:18:06 +08:00
schema.rs feat: add @tag support 2022-08-22 11:44:02 +02:00
subscription.rs Rework connection types 2022-04-19 19:18:06 +08:00