fix add missing import

This commit is contained in:
B4rtware 2020-01-08 13:36:52 +01:00 committed by GitHub
parent e33a6002bf
commit 59da509bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
from collections import OrderedDict
from django.shortcuts import get_object_or_404
from rest_framework import serializers
import graphene
from graphene.relay.mutation import ClientIDMutation