chopdgd / cookiecutter-django-reactjs

Cookiecutter Django is a framework for jumpstarting production-ready Django and ReactJS projects quickly.
BSD 3-Clause "New" or "Revised" License
90 stars 15 forks source link

Isolate graphene/graphql implementation from "CreateReactApp" #17

Open genomics-geek opened 4 years ago

genomics-geek commented 4 years ago

Description

Would like to isolate the django graphene settings into its own selection. This would allow it to be added to pydanny's cookiecutter w/o having to also use the reactJS stuff.

genomics-geek commented 4 years ago

We could use a similar approach to use_drf but instead would be use_graphql.

This would also impact the React stuff, because if use_graphql == 'y' then we would need to setup React Apollo. If not, we can skip that configuration.