-
-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DeriveRelatedEntity use async-graphql
re-exported by seaography
#2469
Conversation
e553115
to
c48e3a0
Compare
sea-orm-macros/Cargo.toml
Outdated
@@ -23,6 +23,7 @@ syn = { version = "2", default-features = false, features = ["parsing", "proc-ma | |||
quote = { version = "1", default-features = false } | |||
heck = { version = "0.4", default-features = false } | |||
proc-macro2 = { version = "1", default-features = false } | |||
proc-macro-crate = { version = "3.2.0" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we make this optional, only enable with seaography
feature?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
🎉 Released In 1.1.4 🎉Thank you everyone for the contribution! |
PR Info
async_graphql
andlazy_static
seaography#183Changes
async-graphql
re-exported byseaography