Commit Graph

936 Commits

Author SHA1 Message Date
Samuel Hurel
327f59e2a9 Remove useless as_str on ID 2020-05-10 15:58:56 +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
sunli
85156b69a8 Use rustdoc comments as graphql desc. #62 2020-05-10 12:41:05 +08:00
sunli
f7d308be8a Improve parser performance. 2020-05-10 10:59:51 +08:00
sunli
357a0b4cad Update docs 2020-05-10 09:41:13 +08:00
sunli
917783038a Remove the disgusting functions json_value_to_gql_value and gql_value_to_json_value.😂 2020-05-09 22:16:39 +08:00
sunli
da26857379 Move the parser to async-graphql-parser crate. 2020-05-09 22:02:55 +08:00
sunli
311859e12a 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
08539d8151 Update json.rs 2020-05-08 10:40:29 +08:00
sunli
7a025d2185 Clippy cleanup 2020-05-07 20:44:24 +08:00
sunli
a43d834a94 Add Json scalar type. #56 2020-05-07 20:41:00 +08:00
sunli
e9c9dfbc27 Update any.rs 2020-05-07 18:50:47 +08:00
sunli
fee228b020 Add Any::parse_value method. #56 2020-05-07 18:49:09 +08:00
Samuel Hurel
2288138d5b Add ObjectId to ID type conversion 2020-05-07 08:42:34 +02:00
sunli
74ce2171b8 Add uuid::Uuid, usize to ID type conversion. #54 2020-05-07 11:15:04 +08:00
Blaine Bublitz
bbc07163a6 Allow datasource to use context 2020-05-06 17:04:26 -07:00
Sunli
c27fd94308 Update base.rs 2020-05-06 10:02:25 +08:00
sunli
e3955b1e6a Make PageInfo available from outside (#52) 2020-05-06 06:52:04 +08:00
sunli
d7e3afc822 Change the first parameter of OutputValueType::resolve to be &self 2020-05-05 21:06:48 +08:00
Blaine Bublitz
e696061666 Relay pagination algorithm 2020-05-05 00:22:01 -07:00
Samuel Hurel
43cf45317d Export the new Cursor type 2020-05-05 09:05:39 +02:00
sunli
d59f3acc50 Add tests to limit complexity and depth. 2020-05-05 13:46:56 +08:00
Blaine Bublitz
381198cfdb
Add Cursor scalar (#48)
* Add Cursor scalar
2020-05-05 13:21:45 +08:00
sunli
bf6bb1f51f Fixed a type error 2020-05-03 23:00:20 +08:00
sunli
79abc1c52e Implement OutputType for FieldResult 2020-05-03 22:32:37 +08:00
sunli
95c6c0bbf3 Report subscription stream errors to the client. 2020-05-03 16:02:46 +08:00
sunli
1a4189e3e0 Fixed a bug that caused the subscription request to fail to receive any messages. #45 2020-05-03 10:06:17 +08:00
sunli
4484d33f4e Add some test 2020-05-03 09:12:14 +08:00
sunli
9e48ca5083 Update lib.rs 2020-05-02 10:46:02 +08:00
sunli
98864c6879 Add field guard 2020-05-02 07:57:34 +08:00
Nicolai Unrein
26120e24e2 Allow conversion to Any for all types that can be converted to Value. 2020-04-29 12:49:51 +02:00
sunli
aefe448ede Move project to async-graphql 2020-04-28 15:41:31 +08:00
sunli
495df5a9ab Add tracing extension 2020-04-28 15:01:19 +08:00
sunli
0c541c010d Replace the impl_scalar macro with the procedural macro Scalar 2020-04-27 17:58:10 +08:00
sunli
1bc97de889 fix #33 2020-04-27 12:57:52 +08:00
sunli
0607c6da56 Remove the redundant field parameter for OutputType::resolve_field. 2020-04-26 15:12:18 +08:00
sunli
d08f459645 Update connection_type.rs 2020-04-26 14:40:55 +08:00
sunli
d74d1a9346 Some minor changes 2020-04-26 12:34:08 +08:00
sunli
9aee262ccf Update lib.rs 2020-04-26 10:12:01 +08:00
sunli
c545dc31a0 Update base.rs 2020-04-25 14:57:01 +08:00
sunli
d88b3a03ea Implemented OutputValueType for Box<T> and Arc<T> 2020-04-25 14:51:26 +08:00
Samuel Hurel
e1d66d31ca Add bson::UtcDateTime support 2020-04-24 19:12:07 +02:00
sunli
c1b493a56b Extension::result now returns an Option 2020-04-24 10:37:18 +08:00
sunli
235b49bb7d Update context.rs 2020-04-24 10:05:41 +08:00
sunli
e76f711418 Fix typo 2020-04-23 22:54:34 +08:00
sunli
20e5e25d7a Update connection.rs 2020-04-23 22:07:41 +08:00
sunli
9d294708e1 Use FnvHashMap for Data 2020-04-23 21:36:04 +08:00
sunli
d501f73a08 v1.9.17 2020-04-23 18:11:03 +08:00
sunli
816cebf8c4 v1.9.15 2020-04-23 15:30:12 +08:00
sunli
998e9b7b85 Websocket transport creates context data from the connect_init.payload property 2020-04-23 14:52:22 +08:00
sunli
09624cab24 v1.9.11
Add context data for subscription
2020-04-23 10:26:16 +08:00
sunli
f11d52825b Update error.rs 2020-04-22 19:09:59 +08:00
sunli
46991472ff Update graphiql_source.rs 2020-04-22 18:47:20 +08:00
sunli
ed9486c072 Clippy cleanup 2020-04-22 15:03:41 +08:00
sunli
6eb6c9cd9a Fix interface resolver bug 2020-04-22 14:59:14 +08:00
sunli
2958be1b1e Update query.rs 2020-04-22 10:35:07 +08:00
sunli
297d1e7cbb v1.9.8 2020-04-21 20:49:32 +08:00
sunli
f7a2fe5fa5 Add SchemaBuilder::register_type method 2020-04-21 20:47:48 +08:00
sunli
e94fa3b993 v1.9.7
Add a `ref` attribute to the field attribute of `SimpleObject`.
2020-04-21 15:40:19 +08:00
sunli
db32d2a071 v1.9.5 2020-04-21 12:13:14 +08:00
sunli
d603ee2700 Add IntoQueryBuilderOpts 2020-04-21 10:14:14 +08:00
sunli
46e52ad8f4 Merge branch 'master' of github.com:sunli829/async-graphql 2020-04-20 14:40:25 +08:00
sunli
50dabfb716 v1.9.4 2020-04-20 14:37:28 +08:00
nicolaiunrein
3548d5fa83
Fix url linking from Upload to example. 2020-04-20 07:59:10 +02:00
sunli
776719743c Add some docs 2020-04-19 10:28:52 +08:00
sunli
c233192545 The int64 scalar serializes to a string 2020-04-19 10:17:47 +08:00
sunli
7761277f42 Add InputValueValidatorExt trait 2020-04-18 10:25:39 +08:00
sunli
2c664bb7d7 Add some docs
v1.9.2
2020-04-17 11:06:33 +08:00
sunli
20c132406c Add some docs 2020-04-16 17:51:10 +08:00
sunli
d7ff639fa3 Add some docs 2020-04-16 11:06:09 +08:00
sunli
7e0bfd720c Update lib.rs 2020-04-14 11:44:49 +08:00
sunli
26046ce809 v1.9.0 2020-04-14 09:53:17 +08:00
sunli
4d6b484150 v1.8.1 2020-04-11 17:40:29 +08:00
sunli
b880a937ce Add GQLHttpRequest and IntoQueryBuilder trait 2020-04-11 17:36:05 +08:00
sunli
065bfaeb17 Update README 2020-04-10 10:28:27 +08:00
sunli
8d98415fbd v1.8.0 2020-04-10 10:26:08 +08:00
sunli
c6dfe06ef9 Add federation example 2020-04-10 10:20:43 +08:00
sunli
f1d0b3f641 Add federation support 2020-04-09 22:03:09 +08:00
sunli
16ffb0a7b1 v1.7.8 2020-04-08 09:05:54 +08:00
sunli
99809826dc Fixed simpleBroker panics at called Option::unwrap() on a None value if used with more than one type 2020-04-07 22:17:48 +08:00
sunli
d3adeb79b1 Add SimpleBroker 2020-04-07 14:30:46 +08:00
sunli
3ac07990bb v1.7.6 2020-04-06 19:57:21 +08:00
sunli
efad20d4c4 Add subscription test 2020-04-06 18:30:38 +08:00
sunli
2864cc81b1 v1.7.5 2020-04-06 13:51:59 +08:00
sunli
631de52400 The subscription field now returns a stream 2020-04-06 13:49:39 +08:00
sunli
fc3f1eff11 Add codecov settings 2020-04-05 16:22:13 +08:00
sunli
6067e221ae v1.7.4 2020-04-05 16:14:22 +08:00
sunli
f9983def4b Add some test, modified from juniper 2020-04-05 16:00:26 +08:00
sunli
9c295ab5ee Add mutation resolver 2020-04-03 22:19:15 +08:00
sunli
df215e91c7 Named framgment should support the ObjectType. 2020-04-03 21:48:21 +08:00
sunli
d1abad5127 If the field name or parameter name is wrong, give suggestion 2020-04-03 13:57:24 +08:00
sunli
6d652509a9 Update base.rs 2020-04-03 09:31:58 +08:00
sunli
0bd58abd86 Fixed panic when uploading binary file 2020-04-03 09:27:22 +08:00
sunli
5c7bc1aa2d Merge branch 'error-type' 2020-04-02 21:05:44 +08:00
sunli
9b9e5385cb Update error.rs 2020-04-02 14:40:00 +02:00
sunli
4e74044c54 Return the correct type at the union and interface 2020-04-02 20:37:01 +08:00
sunli
4e1efea93e Update error.rs 2020-04-02 12:57:53 +08:00
sunli
fda683c931 Add Schema::execute 2020-04-02 12:53:53 +08:00
sunli
b3525356c9 Extract line and column from ParseError 2020-04-02 12:37:04 +08:00
sunli
10105b8a09 Reimplement the error type and remove the dependency on the anyhow::Error 2020-04-02 10:21:04 +08:00
sunli
01ec88abf5 remove PreparedQuery 2020-04-01 16:53:49 +08:00
sunli
d5ad690858 Update connection.rs 2020-03-31 16:41:04 +08:00
sunli
a7780f941d Support unnamed inline fragment 2020-03-31 15:09:28 +08:00
sunli
3938c2f80c v1.6.8
Add context data support
2020-03-31 11:19:18 +08:00
nicolaiunrein
0da2f900a1
Update upload.rs 2020-03-30 16:47:17 +02:00
nicolaiunrein
9eaf445cc2
Update upload.rs 2020-03-30 16:36:27 +02:00
nicolaiunrein
6944a542bb
Update upload.rs 2020-03-30 16:31:38 +02:00
Nicolai Unrein
0d3fb8d1de add documentation to upload 2020-03-30 16:25:35 +02:00
sunli
0eeae43745 v1.6.7 2020-03-30 11:32:19 +08:00
sunli
9b538cd85b Add validation for the InputObject field 2020-03-30 10:45:41 +08:00
Sunli
e14b1306a9
Merge pull request #10 from nicolaiunrein/master
ExtendedError and ResultExt inital draft
2020-03-29 23:45:29 +08:00
Nicolai Unrein
2b7320d6c6 ExtendedError and ResultExt inital draft 2020-03-29 16:31:45 +02:00
sunli
ba64ecc31d v1.6.4 2020-03-29 20:02:52 +08:00
sunli
b56379094f Field method must be async asynchronous
Support for synchronization functions doe provide performance improvement
2020-03-28 20:11:26 +08:00
sunli
66050f38e1 Support for synchronous and asynchronous resolve functions 2020-03-27 11:59:58 +08:00
sunli
e1dfab46c4 Add SimpleObject macro 2020-03-27 10:20:20 +08:00
sunli
2ee7ba4de9 Add chrono_tz scalar 2020-03-27 09:03:30 +08:00
sunli
25210e0e15 v1.6.2 2020-03-26 18:30:29 +08:00
sunli
56d8967d3b Update lib.rs 2020-03-26 15:27:35 +08:00
sunli
50347bc415 v1.6.0 2020-03-26 11:34:28 +08:00
sunli
457e30ea2f v1.5.2 2020-03-25 15:07:16 +08:00
sunli
41fd8ed40e v1.5.1 2020-03-25 11:39:28 +08:00
sunli
2fc056ad39 v1.5.0
Improve performance
2020-03-24 18:54:22 +08:00
sunli
c6953b0bbf Add CacheControl for object 2020-03-22 16:45:59 +08:00
sunli
934038150e v1.4.2 2020-03-22 09:34:32 +08:00
sunli
280eff5c9d Add input value validators 2020-03-21 15:07:11 +08:00
sunli
2b2be34d4d Clippy cleanup 2020-03-21 09:32:13 +08:00
iancormac84
a8a0984bf5 Add support for bson crate's ObjectId as a Scalar, so that GraphQL integration with MongoDB become's possible. 2020-03-20 14:03:41 -04:00
sunli
d95c0f23b8 v1.3.2 2020-03-20 11:56:08 +08:00
sunli
ac044d6d30 add GraphQL Cursor Connections 2020-03-19 17:20:12 +08:00
sunli
a656073d06 Update lib.rs 2020-03-18 11:15:02 +08:00
sunli
68339e768d v1.2.1
subscription support directive and fragment
2020-03-18 11:13:45 +08:00
sunli
913bc86462 v1.2.0 2020-03-17 19:11:14 +08:00
sunli
e6cfaf134e Support subscription 2020-03-17 17:26:59 +08:00
sunli
6ae0a9a5f6 Update schema.rs 2020-03-15 15:32:54 +08:00
sunli
f78a172241 Add support for multipart request 2020-03-14 11:46:20 +08:00
sunli
6074474d2c v1.0.0 2020-03-12 17:11:02 +08:00
sunli
6b0eb89fea Update provided_non_null_arguments.rs 2020-03-11 15:23:28 +08:00
sunli
162cab071b add KnownDirectives rule 2020-03-11 10:10:56 +08:00
sunli
ab511d4957 add ProvidedNonNullArguments rule 2020-03-10 20:35:25 +08:00
sunli
d553bf6a6e add PossibleFragmentSpreads rule 2020-03-10 18:07:47 +08:00
sunli
d8ed9a801f update minimum rust version 2020-03-10 15:39:50 +08:00
sunli
af720b76f5 Update visitor.rs 2020-03-10 15:17:01 +08:00
sunli
cf442544aa Update mod.rs 2020-03-10 14:30:16 +08:00
sunli
32703f6fe3 add some validation rules 2020-03-10 14:14:09 +08:00
sunli
89473a55a5 Update lib.rs 2020-03-09 20:59:31 +08:00
sunli
c22e4aaaef Update lib.rs 2020-03-09 20:59:25 +08:00
sunli
a1d47aaf90 add some validation rules 2020-03-09 20:39:46 +08:00
sunli
5caf8f9c57 auto rename to camelcase 2020-03-09 20:00:57 +08:00
sunli
482c5b3cf3 v0.10.4 2020-03-09 18:05:52 +08:00
sunli
3de914df7a v0.10.2 2020-03-09 12:08:50 +08:00
sunli
0169fd6122 fix some bug 2020-03-09 09:33:36 +08:00
sunli
e0ffe3faa8 v0.10.1 2020-03-08 20:58:22 +08:00
sunli
53dcd0aae5 add some validation code 2020-03-08 20:35:36 +08:00
sunli
426d7923dc implemented union type 2020-03-08 09:21:29 +08:00
sunli
70c0b96395 Fixed a problem with the return value reference context lifetime 2020-03-07 18:03:19 +08:00
sunli
94597078f5 Update optional.rs 2020-03-07 12:39:34 +08:00
sunli
901c79993f hide ContextBase export 2020-03-07 11:27:44 +08:00
sunli
f106248989 fix some bugs 2020-03-07 11:21:56 +08:00
sunli
3f8a0229c2 Added support for inline fragment 2020-03-07 10:39:55 +08:00
sunli
643c70c473 Update context.rs 2020-03-07 00:19:22 +08:00
sunli
70322b9a37 implemented interface 2020-03-06 23:58:43 +08:00
sunli
b0e7a63a8d Update optional.rs 2020-03-06 08:42:06 +08:00
sunli
c52ba00526 Update directive.rs 2020-03-05 21:42:34 +08:00
sunli
2351e75f2c fix some bug
add starwars example
2020-03-05 21:34:31 +08:00
sunli
b3340680ba v0.8.0 2020-03-05 17:06:14 +08:00
sunli
b3974737fc implemented query fragment 2020-03-05 15:50:57 +08:00
sunli
e9cc5969f2 Rewrite the object generation code 2020-03-05 14:23:55 +08:00
sunli
cc96dba8d8 add actix-web example 2020-03-05 08:39:56 +08:00
sunli
4735636a0b Update lib.rs 2020-03-04 14:27:00 +08:00
sunli
92a95dbbf4 implemented directive (@include, @skip) 2020-03-04 14:24:44 +08:00
sunli
b7a65b6784 support variables 2020-03-04 11:51:42 +08:00
sunli
602f6a656f Support default values 2020-03-04 10:38:07 +08:00
sunli
d0c6db0aba add schema support 2020-03-03 19:15:18 +08:00
sunli
8f448c91e9 create type info 2020-03-03 11:48:49 +08:00
sunli
f090df76f7 add schema model 2020-03-03 11:48:49 +08:00
sunli
332faa70fa query root 2020-03-03 11:48:43 +08:00
sunli
cb96ba9048 hide some object 2020-03-02 01:15:05 +08:00
sunli
af8d4d0f4b add ID scalar 2020-03-02 00:59:04 +08:00
sunli
781aabdff0 variables supported 2020-03-02 00:52:05 +08:00
sunli
1be04c68e0 add some files 2020-03-01 21:56:14 +08:00
sunli
b62abdcd83 add InputObject 2020-03-01 21:35:39 +08:00
sunli
5030a28361 init commit 2020-03-01 18:54:34 +08:00