change BookQuery after refactoring

This commit is contained in:
Pawel Kowalski 2018-09-04 22:53:11 +02:00
parent e007482e46
commit 0c10757487
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from graphene_django.debug import DjangoDebug
# Keep this import exactly here, it's necessary for StreamField conversion
from api import graphene_wagtail
from book.schema import BookQuery
from book.schema.queries import BookQuery
from objectives.schema import ObjectivesQuery
from rooms.schema import RoomsQuery