Commit Graph

19 Commits

Author SHA1 Message Date
Sunli 7707a45eaa Clippy clean 2022-04-28 12:14:23 +08:00
sorenholsthansen 1cfee33ad3 Added impl of CursorType for floats 2022-04-20 00:41:30 +02:00
smihica 15fb04ef52 Implemented CursorType for i32/i64 2021-11-12 18:33:38 +09:00
Sunli 8310fa4350 Now all features are not activated by default. 2021-03-22 10:39:17 +08:00
Koxiaet d34ac0ba08 Make imports consistent 2020-10-15 07:38:10 +01:00
Sunli cacb5aa9d8 Rustfmt 2020-09-10 09:09:55 +08:00
Koxiaet 096660a676 Remove anyhow, byteorder and base64 dependencies 2020-09-09 17:34:23 +01:00
Sunli ada2597130
New data source (#105)
* New data source
2020-05-28 08:02:00 +08:00
Sunli a92a619345 Implement a type-safe default value definition for InputValue. #111 2020-05-26 20:43:53 +08:00
Sunli 89bfaac0eb The scalar name and description attributes are placed on the process macro attributes. #97 2020-05-19 13:27:01 +08:00
sunli 1c78341ce8 Remove some unsafe code 2020-05-16 21:14:26 +08:00
sunli 01b2ce8e18 Improve GraphQL query parser performance. #76 2020-05-12 16:27:06 +08:00
sunli 83579077d9 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
Samuel Hurel 9993e86427 impl From<ID> for Cursor 2020-05-10 16:25:16 +02:00
Samuel Hurel b2176fe6b0 Simplify ID conversion 2020-05-10 15:52:47 +02:00
Samuel Hurel 690f2b46c5 Simplify cursor conversion 2020-05-10 14:49:52 +02:00
sunli 4a68ac3786 Add ToGraphQLCursor and ToGraphQLID traits. #54 2020-05-10 18:39:53 +08:00
sunli 6d7d64866b The error reason can be returned when the input value is parsed incorrectly. #70 2020-05-10 18:27:46 +08:00
Blaine Bublitz 381198cfdb
Add Cursor scalar (#48)
* Add Cursor scalar
2020-05-05 13:21:45 +08:00