Skip to content
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

Fix #110 - Add **kwargs passthrough on CUD mutations, enables "description" annotation from Strawberry. #111

Merged

Conversation

JoeWHoward
Copy link
Contributor

You may now use the "description" kwarg in any of the CUD mutations to utilize Strawberry's annotations.

Example:

@strawberry.type
class Mutation:
    createTag: Tag = mutations.create(TagInput, description="Create a tag with title and description.")

gpa

Note: Using **kwargs here may have unintended consequences, but all the tests passed.

@bellini666
Copy link
Member

LGTM! Thanks for the contribution :)

@bellini666 bellini666 merged commit 35ef1cb into strawberry-graphql:main May 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants