Skip to content
Snippets Groups Projects
Commit 4170919b authored by Albert Feghaly's avatar Albert Feghaly
Browse files

Update graphql_schema.py

parent 4945aa51
No related branches found
No related tags found
1 merge request!95Add custom CheckboxInput widget for read_only
...@@ -6,7 +6,6 @@ from django.contrib.auth import get_user_model ...@@ -6,7 +6,6 @@ from django.contrib.auth import get_user_model
from django.db import connection from django.db import connection
from django.utils import timezone from django.utils import timezone
from graphql.error import GraphQLError from graphql.error import GraphQLError
from graphene import Field, Boolean
from graphene_django.types import DjangoObjectType from graphene_django.types import DjangoObjectType
from graphene_django.views import GraphQLView from graphene_django.views import GraphQLView
from graphene_django.forms.mutation import DjangoModelFormMutation from graphene_django.forms.mutation import DjangoModelFormMutation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment