Commit Graph

297 Commits

Author SHA1 Message Date
Takayuki Maeda
2f89eb4119 remove an unnecessary space 2022-09-16 18:17:27 +09:00
Sunli
c0e4c2a514 Merge pull request #1049 from k-kinzal/support-primitive-type-for-cursor-type
Support for primitive type in CursorType
2022-09-06 09:41:59 +08:00
Sunli
ee89321b57 Remove bson-uuid feature #1032 2022-09-01 22:52:04 +08:00
cw-ozaki
799710d78c support for primitive type in CursorType 2022-08-29 15:36:05 +09:00
Sunli
fca337d8a0 Add OpaqueCursor #1040 2022-08-24 13:17:08 +08:00
Nicolas Moutschen
15afe01f7a feat: add @tag support 2022-08-22 11:44:02 +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
7ddde89cc5 fix: cargo +nightly fmt 2022-08-18 15:12:28 +02:00
Nicolas Moutschen
06973ee09b feat: @inaccessible support 2022-08-18 11:40:04 +02:00
Damien Pontifex
be19b76d5d additions so type can also be shareable as well as field 2022-08-17 10:36:00 +08:00
Damien Pontifex
66271a54bd first passing build with shareable 2022-08-17 09:29:43 +08:00
Sunli
e4c3da6ae9 Clippy clean 2022-08-12 14:05:46 +08:00
Sunli
fc30e51381 Implement Default for StringNumber #980 2022-07-13 15:21:41 +08:00
Edward Rudd
5f443fe532 Fix serializing of JSON default values (#969)
* Fix serializing of JSON default values

* fix format of other code due to new nightly
2022-07-05 06:55:01 +08:00
Edward Rudd
a445606e5a add nodes exposure on ConectionType so nesting through edges isn't always needed. (#952) 2022-06-17 00:12:07 +08:00
Kian-Meng Ang
359f1ed23b Fix typos (#951) 2022-06-15 22:18:39 +08:00
Sunli
144c773cd7 Fixes #941 2022-06-06 11:20:48 +08:00
Sunli
a6ee66b749 Rustfmt 2022-06-06 11:18:12 +08:00
Sunli
dd45449de3 Merge pull request #931 from DoumanAsh/introspection_mode
Expose IntrospectionMode
2022-06-06 09:48:05 +08:00
Sunli
8388f75a82 Fix typo 2022-05-30 09:30:03 +08:00
Hsiang-Cheng Yang
0e3f634176 Update edge.rs
remove the unnecessary quotation mark
2022-05-27 22:11:54 +08:00
Sunli
fed2734e58 Merge pull request #926 from al8n/master
fix #925 support BigDecimal and support parse from Number for Decimal
2022-05-27 15:19:57 +08:00
Douman
b1a17a5542 Expose Edge::node to allow better testing 2022-05-27 14:18:13 +09:00
Douman
bf054b0872 Expose IntrospectionMode 2022-05-27 12:54:40 +09:00
al8n
2da09de179 fix format 2022-05-21 13:55:58 +08:00
al8n
318c3dfc97 fix #925 support bigdecimal 2022-05-20 22:05:10 +08:00
Sunli
5ad9f497d8 Remove code and tests related oneof fields. #915 2022-05-07 16:16:01 +08:00
Sunli
de4f908812 Add some options for exporting SDL. #877 2022-05-05 20:09:35 +08:00
Sunli
7a365d5659 Release 4.0.0-alpha.1
async-graphql@4.0.0-alpha.1
async-graphql-actix-web@4.0.0-alpha.1
async-graphql-axum@4.0.0-alpha.1
async-graphql-derive@4.0.0-alpha.1
async-graphql-parser@4.0.0-alpha.1
async-graphql-poem@4.0.0-alpha.1
async-graphql-rocket@4.0.0-alpha.1
async-graphql-tide@4.0.0-alpha.1
async-graphql-value@4.0.0-alpha.1
async-graphql-warp@4.0.0-alpha.1

Generated by cargo-workspaces
2022-05-05 12:49:58 +08:00
Sunli
fef97e7458 Integrate with the uuid08 #907 2022-05-03 15:57:17 +08:00
Sunli
7ec67e3326 Update connection type 2 2022-05-02 16:38:29 +08:00
Sunli
52025bf75f Update connection type 2022-05-02 16:20:45 +08:00
Sunli
6f8e3fe033 Update CI 2022-05-01 09:59:13 +08:00
Sunli
7b384a3d4d Merge pull request #896 from boardmaster357/master
Implemented OutputType for tokio RwLock
2022-04-28 14:58:19 +08:00
Robert Nelson
7e12c01f0b Implemented OutputType for tokio Mutex 2022-04-27 21:59:45 -07:00
Sunli
0d03a95f8f Clippy clean 2022-04-28 12:14:23 +08:00
Sunli
daeef7591e Merge branch 'async-graphql-v4' into cursor-types 2022-04-28 12:00:58 +08:00
Sunli
8a2d25c172 Clippy clean 2022-04-20 14:21:23 +08:00
sorenholsthansen
67a4929c76 Added impl of CursorType for floats 2022-04-20 00:41:30 +02:00
Robert Nelson
53993f7a13 Implemented OutputType for tokio RwLock 2022-04-19 10:57:57 -07:00
Sunli
88ba75ec70 Rework connection types 2022-04-19 19:18:06 +08:00
Sunli
f417068c27 Merge branch 'async-graphql-v4' into master 2022-04-19 10:28:02 +08:00
Paul Nguyen
09f3be4fd1 Allow introspection only schemas 2022-04-18 21:25:02 +02:00
Sunli
aa15be435a Add MaybeUndefined::update_to method. #881 2022-03-31 10:51:31 +08:00
Sunli
a62eb6f699 Panics when the same Rust type has the same name. #880 2022-03-30 20:54:49 +08:00
Jarrett Tierney
15deab33ee Add feature(bson-uuid) which will enable Uuid's from the bson crate 2022-03-22 20:43:54 -07:00
Sunli
e4d04faaa0 Generate @deprecated to SDL. #874
Expose `Connection::edges` #871
2022-03-22 11:09:31 +08:00
Sunli
b2ac69b102 Merge pull request #853 from Zwo1in/master
Correct import path for cursor connection in docs
2022-03-18 11:02:30 +08:00
BratSinot
f0f1804214 Make HashMap more generic. 2022-03-11 10:47:32 +02:00
Sunli
a4b840a984 Add support for oneof field on object. #766 2022-03-04 21:24:17 +08:00