jack-burridge-tp
Results
2
issues of
jack-burridge-tp
Adds a plugin that swaps out images with use https://github.com/svg/svgo/issues/199
new plugin
I have a minimal async example ```python from graphene import ObjectType, String, Schema from graphql.execution.executors.asyncio import AsyncioExecutor from sanic import Sanic from sanic_graphql import GraphQLView class Query(ObjectType): hello = String(name=String(default_value="stranger"))...