change BookQuery after refactoring
This commit is contained in:
parent
e007482e46
commit
0c10757487
|
|
@ -6,7 +6,7 @@ from graphene_django.debug import DjangoDebug
|
||||||
# Keep this import exactly here, it's necessary for StreamField conversion
|
# Keep this import exactly here, it's necessary for StreamField conversion
|
||||||
from api import graphene_wagtail
|
from api import graphene_wagtail
|
||||||
|
|
||||||
from book.schema import BookQuery
|
from book.schema.queries import BookQuery
|
||||||
from objectives.schema import ObjectivesQuery
|
from objectives.schema import ObjectivesQuery
|
||||||
from rooms.schema import RoomsQuery
|
from rooms.schema import RoomsQuery
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue