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

15 lines
283 B
Python

from .types import (
IdentificationType,
PatientIdentificationType,
PatientType,
PatientEdge,
PatientCursorPage,
)
patient_types = [
IdentificationType,
PatientIdentificationType,
PatientType,
PatientEdge,
PatientCursorPage,
]