Fix for Issue wrapping Existing rest-api to graphql #4
Adding graphene_django to requirements.txt
Adding graphene_django app to settings.py
Adding a GraphQL schema and resolvers describing our data and how to fetch for it
Adding GraphQL mutations in order to change and update our data
This pull request introduces 1 alert when merging e64108adeb4e1dface1c3e4e9da92e0a7b0569a2 into e71de1e17b666a6223db2532b10af5d3731a2d4c - view on LGTM.com
Fix for Issue wrapping Existing rest-api to graphql #4 Adding graphene_django to requirements.txt Adding graphene_django app to settings.py Adding a GraphQL schema and resolvers describing our data and how to fetch for it Adding GraphQL mutations in order to change and update our data