Commit Graph

25 Commits

Author SHA1 Message Date
Dylan Anthony ed99baef46 docs: Fix `&str` -> `ID` in fed docs 2022-09-23 11:58:30 -06:00
Dylan Anthony 084779af36 docs: Fix more attributes in examples 2022-09-23 11:52:05 -06:00
Dylan Anthony 80eb21af64 docs: EmptyQuery isn't a thing 2022-09-23 11:42:19 -06:00
Dylan Anthony 60eeafe323 docs: Fix `#[SimpleObject]` in federation examples 2022-09-23 11:33:02 -06:00
Dylan Anthony ffa25cecf5 docs: Remove tokio from examples 2022-09-23 11:15:22 -06:00
Dylan Anthony 39b6565497 docs: Add imports to fed doc examples 2022-09-23 11:12:06 -06:00
Dylan Anthony ed9329cc41 docs: Update federation docs with examples of each directive 2022-09-22 17:48:15 -06:00
Sunli efb05693c1 Federation v1 is no longer supported 2022-09-22 23:34:49 +08:00
aidan coyne a1534072d1 add documentation about enabling link directive 2022-09-22 09:59:01 -05:00
Nicolas Moutschen 4937dcf93d docs: add doc for tag attribute 2022-08-22 11:52:05 +02:00
aidan coyne 6f57a13b71 define override directive on fields
* define the directive field on the field struct
* implement printing it on the federation sdl
* update the derive stuff
* add a test
2022-08-20 15:22:12 -05:00
Nicolas Moutschen dd4515c18f docs: add docs for inaccessible directive 2022-08-18 14:31:01 +02:00
Damien Pontifex be19b76d5d additions so type can also be shareable as well as field 2022-08-17 10:36:00 +08:00
Edward Rudd 3b7ed74d11 correct doc examples so they compile
- examples to fix still
  - error_extensions.md ResultExt example does not compile!
     - trait ErrorExtensions is not implemented for ParseIntError
  - dataloader
     - requires sqlx to work. So we either "stub" it OR we rewrite them simpler to use a  simple "faux" db library
2022-06-02 17:32:12 -04:00
Sunli 3becef4483 Update book. 2021-02-22 09:52:41 +08:00
Sunli 610fe21536 Update book. 2021-02-06 16:38:45 +08:00
Sunli e60864a18d Rework async-graphql-derive. #288 2020-09-29 16:06:10 +08:00
Sunli e645e9d999 Remove the GQL prefix of all macros. #208 2020-09-18 09:10:24 +08:00
Sunli b68d4147bc Update Book 2020-09-13 12:12:32 +08:00
Koxiaet 1ef34f2c39 Improve book and fix serde dependency 2020-09-01 06:47:22 +01:00
Sunli c24b10821b Update docs for federation #180 2020-06-19 13:03:17 +08:00
Nilesh Mali 2fb24f2f04 correct spelling in apollo_federation.md 2020-06-01 15:55:19 +05:30
Sunli 3fcf41470b fix typo 2020-05-11 10:39:08 +08:00
Ethan Fast 015e7ff6b5 translate section 7 (advanced topics) 2020-05-09 15:37:31 -07:00
sunli d65fea88d8 Update docs 2020-04-17 19:33:28 +08:00