Commit Graph

376 Commits

Author SHA1 Message Date
sunli
2e3df8ff43 Remove async-graphql-derive dependency on graphql-parser. 2020-05-10 11:12:07 +08:00
sunli
bc2966bc0d Improve parser performance. 2020-05-10 10:59:51 +08:00
sunli
d343c0c2f6 Update docs 2020-05-10 09:41:13 +08:00
sunli
72ec6cc3bc Update apollo_tracing.md 2020-05-10 09:03:21 +08:00
Sunli
9902b3c339 Merge pull request #64 from DataCorrupted/master
Translate type system almost done with some TODO.
2020-05-10 08:56:50 +08:00
Sunli
064354fbb7 Merge pull request #65 from Ejhfast/book-english-translation
Ongoing english translations
2020-05-10 08:56:11 +08:00
Ethan Fast
015e7ff6b5 translate section 7 (advanced topics) 2020-05-09 15:37:31 -07:00
Peter Rong
7591ef81bc resolved typo.
Signed-off-by: Peter Rong <PeterRong96@gmail.com>
2020-05-09 15:01:25 -07:00
Ethan Fast
ddceb05e69 translate section 6 (integrations) 2020-05-09 14:56:45 -07:00
Ethan Fast
5e7a7f0df1 translate section 5 (extensions) 2020-05-09 14:39:04 -07:00
Ethan Fast
d0b4e4db87 translate section 4 (schema) 2020-05-09 13:56:15 -07:00
Peter Rong
4ce0dc23b9 Translate type system almost done with some TODO.
Signed-off-by: Peter Rong <PeterRong96@gmail.com>
2020-05-09 10:53:41 -07:00
sunli
0d540465a5 Remove the disgusting functions json_value_to_gql_value and gql_value_to_json_value.😂 2020-05-09 22:16:39 +08:00
sunli
7f7e708614 Move the parser to async-graphql-parser crate. 2020-05-09 22:02:55 +08:00
sunli
f24c6fceff Add ability to forward field arguments to guard #59 2020-05-09 18:34:57 +08:00
sunli
dc7c8d5280 Merge branch 'parser'
Implement a new GraphQL query parser and remove the dependency on graphql-parser.
2020-05-09 17:55:04 +08:00
Sunli
f63c923521 Update json.rs 2020-05-08 10:40:29 +08:00
sunli
7ecad73a44 v1.10.12 2020-05-07 20:45:33 +08:00
sunli
60e94890d0 Clippy cleanup 2020-05-07 20:44:24 +08:00
sunli
e6e1755502 Add Json scalar type. #56 2020-05-07 20:41:00 +08:00
Sunli
53ce98a524 Merge pull request #57 from vkill/async-graphql-tide4
async-graphql-tide: add upload test
2020-05-07 20:39:58 +08:00
vkill
732e491037 async-graphql-tide: add upload test 2020-05-07 19:18:18 +08:00
sunli
2ec948fdf5 Update any.rs 2020-05-07 18:50:47 +08:00
sunli
39b087e86d v1.10.11 2020-05-07 18:49:26 +08:00
sunli
c1e0b8f4a7 Add Any::parse_value method. #56 2020-05-07 18:49:09 +08:00
Sunli
2e32da7528 Merge pull request #55 from IcanDivideBy0/id_from_objectid
Add From<ObjectId> for ID
2020-05-07 15:53:41 +08:00
Samuel Hurel
12ced257a6 Add ObjectId to ID type conversion 2020-05-07 08:42:34 +02:00
sunli
539c75ee89 Add uuid::Uuid, usize to ID type conversion. #54 2020-05-07 11:15:04 +08:00
sunli
d5cce30883 Update cursor_connections.md 2020-05-07 10:08:44 +08:00
sunli
664e252372 Update book.yml 2020-05-07 10:05:37 +08:00
Sunli
0fa42491b6 Merge pull request #53 from phated/datasource-context
Datasource context
2020-05-07 10:04:25 +08:00
Blaine Bublitz
aed8f33ee5 Update book 2020-05-06 17:04:59 -07:00
Blaine Bublitz
c678dde4be Allow datasource to use context 2020-05-06 17:04:26 -07:00
Sunli
96f19e8498 Update base.rs 2020-05-06 10:02:25 +08:00
sunli
60a2cde9c3 1.10.10 2020-05-06 06:53:26 +08:00
sunli
64aee618fc Make PageInfo available from outside (#52) 2020-05-06 06:52:04 +08:00
sunli
35531b65f8 Change the first parameter of OutputValueType::resolve to be &self 2020-05-05 21:06:48 +08:00
sunli
ba0f68db0f v1.10.9 2020-05-05 17:55:01 +08:00
Sunli
ae04d12a8f Merge pull request #50 from phated/datasource-pagination
* Relay pagination algorithm
2020-05-05 17:30:44 +08:00
Blaine Bublitz
e4101db924 Relay pagination algorithm 2020-05-05 00:22:01 -07:00
Samuel Hurel
034306cc10 Export the new Cursor type 2020-05-05 09:05:39 +02:00
sunli
747cee2524 v1.10.8 2020-05-05 13:50:22 +08:00
sunli
d7ea05ab14 Add tests to limit complexity and depth. 2020-05-05 13:46:56 +08:00
Blaine Bublitz
eaa50a52e0 Add Cursor scalar (#48)
* Add Cursor scalar
2020-05-05 13:21:45 +08:00
sunli
a5b2272b59 v1.10.7 2020-05-05 13:03:55 +08:00
sunli
9b917e19b3 Modify the location of the Guard call. 2020-05-05 13:02:24 +08:00
sunli
40e78a02b7 Update default_value.rs 2020-05-04 13:26:13 +08:00
sunli
8abe70ffd5 Create default_value.rs 2020-05-04 10:49:35 +08:00
sunli
02b04d796a v1.10.6 2020-05-04 07:59:30 +08:00
sunli
70e535ad76 v1.10.5 2020-05-03 23:01:14 +08:00