Tool that spits out GraphQL Schema as model declarations?

I’m just getting started with Django (but have a ton of experience in contributing to products like Django) and have a need for a tool that takes in GraphQL schema declarations and spits out Django model declarations.

Does such a tool already exist?

If no, I’ll go create it.

The djangopackges.org site is the best place to look for django-related pacakges. In this case, you may want to look at what’s available at Django Packages : GraphQL

1 Like