Commit Graph

68 Commits

Author SHA1 Message Date
Sunli
b68d4147bc Update Book 2020-09-13 12:12:32 +08:00
Sunli
3b372edfd7 Udate docs 2020-09-13 11:51:10 +08:00
Sunli
3c01c5ed28 Update book. 2020-09-11 23:38:18 +08:00
Sunli
4194d17902 Release 1.18.0 2020-09-09 15:27:45 +08:00
Koxiaet
1ef34f2c39 Improve book and fix serde dependency 2020-09-01 06:47:22 +01:00
Sunli
ca5f91aee4 Update docs 2020-08-28 14:04:59 +08:00
Lee Benson
221163b3dd Merge pull request #1 from leebenson/patch-2
Update SUMMARY.md
2020-08-27 11:04:11 +01:00
Lee Benson
ec43ab1884 Update SUMMARY.md 2020-08-27 11:02:28 +01:00
Lee Benson
83ffa59184 Update merging_objects.md
Add subscription merging
2020-08-27 11:01:39 +01:00
D1plo1d
84b16f5e36 Add GQLMergedObject to docs 2020-08-10 23:21:15 -04:00
Sunli
5df519047e Update book 2020-08-10 13:01:49 +08:00
Alaa Zorkane
630768a751 fix(docs): missing comment hashtag 2020-08-10 03:54:22 +01:00
Quentin Perez
e2aa14c1ad InputValueValidator: impl for MustBeZero 2020-08-03 14:43:15 +02:00
Sunli
503339f504 InputValueValidator::is_valid function now returns the Result type. #221 2020-07-30 09:43:51 +08:00
Sunli
2dc61013be Replace Value::Int and Value::Float with Value::Number. 2020-07-29 09:42:52 +08:00
Sunli
003e7bfb21 Update docs #205 2020-07-08 15:05:38 +08:00
Blaine Bublitz
c48f126fcd Use FieldResult for data(), add data_unchecked() for panic 2020-07-06 17:39:53 -07:00
Sunli
c24b10821b Update docs for federation #180 2020-06-19 13:03:17 +08:00
Atsuhiro Takahashi
336c98eddb Fix sample code in the book. 2020-06-18 21:59:45 +09:00
Atsuhiro Takahashi
3bb17e466c Fix sample code on Quickstart (#177)
Fix sample code on Quickstart #177
2020-06-15 21:07:38 +08:00
Sunli
665b337bf2 Remove all datasource-related code and update the documentation. 2020-06-15 14:17:19 +08:00
Sunli
2452a44484 Add connection::query function 2020-06-02 17:43:13 +08:00
Sunli
775c7be6b1 Update docs 2020-06-02 08:57:45 +08:00
Sunli
79dd60cab2 Merge pull request #134 from nm-infy/nm-infy-patch-2
Correct spelling in context.md
2020-06-01 19:16:26 +08:00
Nilesh Mali
aaa547a9bd correct spelling 2020-06-01 16:40:01 +05:30
Nilesh Mali
562b96078e correct statement grammar and spelling 2020-06-01 16:39:06 +05:30
Nilesh Mali
f6e2fbe232 correct spelling in context.md 2020-06-01 16:31:04 +05:30
Nilesh Mali
2fb24f2f04 correct spelling in apollo_federation.md 2020-06-01 15:55:19 +05:30
Sunli
6496509c77 Merge pull request #128 from phated/notes-from-120
Improve stability message based on #120 feedback
2020-06-01 09:39:20 +08:00
Blaine Bublitz
6bde74951a Improve stability message based on #120 feedback 2020-05-31 12:00:19 -07:00
sunli
943aac1d31 update some docs 2020-05-29 00:01:04 +08:00
Иван Плесских
a7ee9e777f Added docs for Interface field method argument (#124)
* Added docs for `Interface` field `method` argument
2020-05-28 23:50:01 +08:00
Sunli
f60b5fcded Merge pull request #120 from phated/stability-warning
Add stability warning to README & book (ref #117)
2020-05-28 08:02:59 +08:00
Sunli
76ff909ccd New data source (#105)
* New data source
2020-05-28 08:02:00 +08:00
Blaine Bublitz
464f0c86bb Add stability warning to README & book (ref #117) 2020-05-27 15:40:51 -07:00
sunli
a6b469db18 Update docs 2020-05-26 23:27:50 +08:00
nicolaiunrein
c0ee41c8be Fix typo in book 2020-05-21 18:45:24 +02:00
Samuel Hurel
1f4b732615 Fix tests & impl From<Stream> for StreamDataSource 2020-05-21 10:22:36 +02:00
Nicolai Unrein
260c03e55f add examples and benchmarks to introduction of book 2020-05-20 13:29:07 +02:00
Sunli
d00e3e8c25 The scalar name and description attributes are placed on the process macro attributes. #97 2020-05-19 13:27:01 +08:00
sunli
151d75ab57 Update docs 2020-05-13 12:49:43 +08:00
Nicolai Unrein
0cfa20c559 add some fixes in error_extensions.md and error_handling.md 2020-05-12 11:13:35 +02:00
sunli
2d1eb41598 Merge branch 'upload-stream' 2020-05-11 21:47:58 +08:00
sunli
8e9aff105e Support Upload Stream #15
I think the previous implementation is not elegant enough, the `QueryBuilder::set_files_holder` function looks disgusting, so I refactored it.
By the way, the performance of parsing InputValue has been optimized, and unnecessary clones have been removed.
2020-05-11 21:47:24 +08:00
Nicolai Unrein
8d9bb7d810 Add documentation for error_extensions 2020-05-11 14:25:54 +02:00
Sunli
a78809301d Update docs 2020-05-11 14:35:12 +08:00
Sunli
693ffda56a Merge pull request #75 from phated/interface-enums
Change interfaces & unions to require enums
2020-05-11 13:44:19 +08:00
Blaine Bublitz
475754d9d9 Update the books 2020-05-10 21:39:43 -07:00
Sunli
3fcf41470b fix typo 2020-05-11 10:39:08 +08:00
sunli
728989209f The error reason can be returned when the input value is parsed incorrectly. #70 2020-05-10 18:27:46 +08:00