felicity-lims/felicity/api/gql/shipment/__init__.py
2023-08-12 10:55:12 +02:00

15 lines
No EOL
278 B
Python

from .types import (
ReferralLaboratoryType,
ShipmentType,
ShipmentEdge,
ShipmentCursorPage,
ShippedSampleType
)
shipment_types = [
ReferralLaboratoryType,
ShipmentType,
ShipmentEdge,
ShipmentCursorPage,
ShippedSampleType
]