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

15 lines
282 B
Python

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