-
Notifications
You must be signed in to change notification settings - Fork 228
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
Add SQLAlchemyList and SQLAlchemy mutations types #87
base: master
Are you sure you want to change the base?
Conversation
2 similar comments
a8f6718
to
6945888
Compare
1 similar comment
6945888
to
ffc4d71
Compare
2 similar comments
ffc4d71
to
365a0ec
Compare
365a0ec
to
596a72b
Compare
596a72b
to
ae30f00
Compare
ae30f00
to
9936191
Compare
9936191
to
f89fa11
Compare
f89fa11
to
894517d
Compare
This brings default support for fields filtering and ordering on queries and mutations.
894517d
to
919bbd6
Compare
There's only an |
+1 Looking forward to this in a release so I can remove my copy-pasta of this diff in my own codebase. |
+1 yeah this looks really useful |
Cool jobs! ----update----
I get a tag with result
I track the excution and find that SQLAlchemyUpdate's mutate will accept id as VGFnczox instead of translate it to an integer, which causes UpdateTags failed. |
I've actually abandonned trying to implement a GraphQL service with Python :(. (switched back to REST and Spring/Kotlin) |
Bump, I'd love to see this implemented in graphene-sqlalchemy. |
I can confirm that this works beautifully, and is precisely what I needed. How soon can this be merged? |
Hey, can this be merged, after resolving the conflict? |
@Toilal Would it be possible to resolve the conflict also if possible would be great to update the README or the documentation with usage/example or some blurb about this feature, @syrusakbary Any idea who the maintainer of this repo is and if they can review and merge this PR ? |
Great feature. How soon can the PR be merged?! |
This would be very useful for us too - currently looking into how we generate mutates straight from SQLAlchemy model. Looks like this would do it 😀 . |
Any word from the authors about when this would be merged? |
I would take a look on this PR soon, sorry for the delay. |
@syrusakbary note that there's been quite a bit of improvements to these classes on #29, the latest versions are available as gists in that issue |
Any updates? |
any updates? |
Any updates? |
2 similar comments
Any updates? |
Any updates? |
My organization has been using |
This brings default support for fields filtering and ordering on queries and mutations.
This is a work in progress for comments, please do not merge for now.