Steven DeMartini

Results 27 comments of Steven DeMartini

Thanks for the initial review! I have a complete example [here](https://github.com/sjdemartini/mui-tiptap/pull/127/files#diff-ade29e0573c5eb74da16256dc1ebb06a5ce334b8fe55753ac6a63566877f85d8R42-R61) which I think is helpful to illustrate the problem and how this PR solves it. (Notice the `@ts-expect-error` that's...

I'd love to see this change land—it would be super useful to be able to update an existing env to match a lockfile, rather than deleting/recreating the env as seems...

Can you please try the latest version of graphene-django, and if the error persists, provide detailed steps to reproduce the issue?

I too have heavy usage of [graphene-django-cud](https://github.com/tOgg1/graphene-django-cud) and find it to be critical for reducing a ton of boilerplate, so would not be able to migrate from graphene to strawberry...

I cannot reproduce this, so perhaps the behavior changed in a more recent version of graphene-django. On the latest version of graphene-django with the `cookbook-plain` example project in the repo...

In graphene-django v3.1.1 there's a new `DjangoFormInputObjectType` which could work for your purpose. Docs [here](https://github.com/graphql-python/graphene-django/blob/2358bd30a452859c50b6bdacdc27ae518716153b/docs/mutations.rst#djangoforminputobjecttype) (added in https://github.com/graphql-python/graphene-django/pull/1325). There's also the great https://github.com/tOgg1/graphene-django-cud library which may accomplish what you need.

I had this same issue when using [`django-vite`](https://github.com/MrBin99/django-vite), which is a backend integration that has a non-HTML entry, but I figured out a workaround. Looking at the HTML source when...