Bugfix for Bitbucket-Pipelines tests
This commit is contained in:
parent
d379bfcc10
commit
8811829e3a
|
|
@ -7,7 +7,7 @@ from graphene_django.debug import DjangoDebug
|
|||
from api import graphene_wagtail # Keep this import exactly here, it's necessary for StreamField conversion
|
||||
from assignments.schema.mutations import AssignmentMutations
|
||||
from assignments.schema.queries import AssignmentsQuery
|
||||
from book.schema.mutations.main import BookMutations
|
||||
from books.schema.mutations.main import BookMutations
|
||||
from filteredbook.schema import BookQuery
|
||||
from objectives.schema import ObjectivesQuery
|
||||
from rooms.mutations import RoomMutations
|
||||
|
|
|
|||
Loading…
Reference in New Issue