fix(graphql): Typing of the deprecated move_service function
continuous-integration/drone/push Build is failing Details

pull/79/head
Inex Code 2024-01-09 22:29:40 +03:00
parent b6f436d8b3
commit a0eb5d572f
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ from selfprivacy_api.graphql.mutations.mutation_interface import (
GenericMutationReturn,
)
from selfprivacy_api.graphql.mutations.services_mutations import (
ServiceJobMutationReturn,
ServiceMutationReturn,
ServicesMutations,
)
@ -201,7 +202,7 @@ class DeprecatedServicesMutations:
"services",
)
move_service: ServiceMutationReturn = deprecated_mutation(
move_service: ServiceJobMutationReturn = deprecated_mutation(
ServicesMutations.move_service,
"services",
)