-
Notifications
You must be signed in to change notification settings - Fork 26
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
SvgChooserBlock field to graphql #16
Comments
Hi @warcivil I've never tried it but I think it's possible. Can you give me more context? |
I use a wagtail and a wagtail grapple, I create a block and specify for example image=Svg ChooserBlock() |
Hey @warcivil , Official SVG support is coming to Wagtail soon (it should be in version five), though you can use the below with (note: this example is for In graphene_fields.py:
In blocks.py
In queries.py:
In wagtail_hooks.py:
|
is there any way to add the SvgChooserBlock field to graphql?
The text was updated successfully, but these errors were encountered: