David McNamee

Results 2 comments of David McNamee
trafficstars

I'm definitely hyped about this feature -- lack of data migrations is the main thing holding me back from using prisma in all my projects -- but I disagree with...

Not sure what the bug is here, but this temporary workaround seemed to do the trick for me: ```py3 def execute(schema, query: str): """ Temporary workaround for https://github.com/graphql-python/graphene-sqlalchemy/issues/401 Use `execute(schema,...