felicity-lims/felicity/api/gql/user/__init__.py
2023-09-11 07:02:05 +02:00

23 lines
406 B
Python

from .types import (
UserAuthType,
PermissionType,
GroupType,
UserType,
AuthenticatedData,
UpdatedGroupPerms,
UserEdge,
UserCursorPage,
UserPreferenceType,
)
user_types = [
UserAuthType,
PermissionType,
GroupType,
UserType,
AuthenticatedData,
UpdatedGroupPerms,
UserEdge,
UserCursorPage,
UserPreferenceType,
]