Commit Graph

197 Commits

Author SHA1 Message Date
Stephen Wicklund
eb0ca68b04
Added instructions for returning errors from subscription resolvers
^Title.

The example code in my comment is fairly long, so I just linked to it rather than filling the page with it (also because my solution for changing the error-type within the resolver is probably more verbose than needed).
2022-04-06 20:21:02 -07:00
Maciej Zwoliński
78ef5f2518 Correct import path for cursor connection in docs 2022-03-02 11:33:55 +01:00
Sunli
969bedab8d
Merge pull request #844 from kolloch/patch-1
custom_scalars: i64 not encoded as string
2022-02-27 09:48:07 +08:00
azzamsa
5e497afba3
docs: update method name 2022-02-24 06:09:32 +07:00
Peter Kolloch
5608a09869
custom_scalars: i64 not encoded as string
Remove the note that incorrectly claims that i64 are encoded as strings.

Also see https://github.com/async-graphql/async-graphql/issues/196
2022-02-23 16:54:39 +01:00
Florian Peter
cef42759d4
Nit: Fix typos in define_complex_object.mx 2022-02-17 18:55:41 +00:00
Joe Zhou
090b94e4d7
Update depth_and_complexity.md 2022-01-18 12:07:23 -05:00
Sunli
05e0349a16 Update book 2021-12-09 20:20:51 +08:00
Sunli
f78b3e70ae Update book 2021-12-09 10:07:11 +08:00
Sunli
58bb3442cd Update book #736 2021-12-02 20:22:11 +08:00
Sunli
40a7192919 Fix the custom validator cannot work on Option<Vec<T>>. 2021-11-30 13:46:23 +08:00
Landon Yarrington
4d7b9ef736 docs: environment spelling 2021-11-23 13:48:51 -07:00
Sunli
81e4cc2142 Custom directive 2021-11-20 09:04:46 +08:00
Sunli
c79eaad006 Update book 2021-11-19 08:29:45 +08:00
Sunli
723bb10912 Add url, regex and ip validators. 2021-11-17 11:12:52 +08:00
Sunli
d3078e73d0 Remove the ctx parameter of CustomValidator::check. #710 2021-11-17 08:46:13 +08:00
Sunli
2518fd17c6 Add some validators 2021-11-16 16:20:40 +08:00
Sunli
fa59419815 Update documents 2021-11-16 14:51:20 +08:00
Sunli
708c051bbd Update book 2021-11-08 16:24:01 +08:00
Miaxos
6f7da53b54 misc: remove old extension documentation 2021-11-02 20:26:41 +00:00
Miaxos
60116b40e5 misc(doc): add extension documentation 2021-11-02 20:23:51 +00:00
Miaxos
897ef79b72 feat: add with for object & complex object & update documentation 2021-10-28 12:42:13 +00:00
Miaxos
2941b7283d feat: add basic coercion for SimpleObject derived arg 2021-10-27 13:37:13 +00:00
Miaxos
1ebab7f794 misc: update documentation 2021-10-22 13:10:06 +00:00
Miaxos
02009c401b feat: add derived field for complex object 2021-10-22 13:08:49 +00:00
root
f9a79baede Release 2.10.3
async-graphql@2.10.3
async-graphql-actix-web@2.10.3
async-graphql-axum@2.10.3
async-graphql-derive@2.10.3
async-graphql-parser@2.10.3
async-graphql-poem@2.10.3
async-graphql-rocket@2.10.3
async-graphql-tide@2.10.3
async-graphql-value@2.10.3
async-graphql-warp@2.10.3

Generated by cargo-workspaces
2021-10-12 18:22:48 +08:00
Sunli
d195e0d185
Merge pull request #654 from DavidCarpus/master
Some grammer/spelling corrections. And one code sample fix
2021-10-12 16:49:35 +08:00
David Carpus
1de3803bb5 Some grammer/spelling corrections. And one code sample fix 2021-10-08 12:49:02 -04:00
ecklf
aba3c4031d
docs(default_value): fix macro syntax error 2021-10-06 18:24:46 +02:00
ecklf
3ed1a2a2cf
docs(context): add missing finish statement 2021-10-05 20:26:12 +02:00
ecklf
05eb27d976
docs(merging_objects): add missing structs in example 2021-10-03 16:58:13 +02:00
Sunli
42ced55fb5 Update book. #537 2021-09-24 10:55:08 +08:00
Rodgers
1009ab99bb Add document for Input Validator with Extensions 2021-09-11 23:31:43 +07:00
Sunli
de778287d2 Translate context.md to Chinese. 2021-09-01 08:35:43 +08:00
Sunli
5c29fadb3f
Merge pull request #615 from Miaxos/misc-update-context-doc
misc: add some documentation about context
2021-09-01 07:50:09 +08:00
Miaxos
3fa4d55d07 misc: add some documentation about context 2021-08-31 13:54:35 +00:00
Sunli
853cf65546 Add Poem integration. 2021-08-24 15:23:12 +08:00
Wade, Han
000aa407d8
Update define_interface.md 2021-08-09 23:44:27 +08:00
Wade, Han
9b0343dd5a
Update define_interface.md 2021-08-09 23:43:26 +08:00
Sunli
631f61613e Update book #595 2021-08-05 19:13:23 +08:00
Sunli
28d22dbe32 Add support for the list operator to the input value validator. #579 2021-07-20 15:16:34 +08:00
Yin Jifeng
3d682a9b75 doc: validator attribute under graphql macro 2021-05-19 10:51:50 +08:00
Sunli
10a645c8de Update book 2021-05-16 13:50:47 +08:00
Bram
d5730f1db1
Improve documentation of ComplexObject 2021-05-04 20:12:34 +02:00
Sunli
adbf8de8eb Update cursor_connections.md 2021-04-05 12:27:47 +08:00
Daniel Sonck
68d1fe76c3 Update cursor_connections.md
Add the necessary `async move` to the block.
2021-04-05 12:25:54 +08:00
tobi
008a1a188a Document SDL schema export in the book 2021-04-03 11:41:37 +02:00
Sunli
bec0fc18a9 Add ComplexObject macro. #355 2021-03-18 10:13:46 +08:00
Taiki Endo
4a78b0460d Update subscription.md 2021-03-09 22:34:29 +09:00
Taiki Endo
f1b82a7b56 Update apollo_tracing.md 2021-03-06 22:22:28 +09:00