We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b5f01 commit 632d75eCopy full SHA for 632d75e
orchestrator/graphql/types.py
@@ -18,12 +18,12 @@
18
19
import strawberry
20
from graphql import GraphQLError
21
+from strawberry.custom_scalar import ScalarDefinition, ScalarWrapper
22
from strawberry.dataloader import DataLoader
23
from strawberry.experimental.pydantic.conversion_types import StrawberryTypeFromPydantic
24
from strawberry.scalars import JSON
25
from strawberry.types import Info
26
from strawberry.types.info import RootValueType
-from strawberry.types.scalar import ScalarDefinition, ScalarWrapper
27
28
from nwastdlib.vlans import VlanRanges
29
from oauth2_lib.fastapi import AuthManager
0 commit comments