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

27 lines
596 B
Python

from .types import (
InstrumentTypeType,
InstrumentTypeEdge,
InstrumentTypeCursorPage,
InstrumentType,
InstrumentEdge,
InstrumentCursorPage,
InstrumentCalibrationType,
CalibrationCertificateType,
MethodType,
MethodEdge,
MethodCursorPage,
)
instrument_types = [
InstrumentTypeType,
InstrumentTypeEdge,
InstrumentTypeCursorPage,
InstrumentType,
InstrumentEdge,
InstrumentCursorPage,
InstrumentCalibrationType,
CalibrationCertificateType,
MethodType,
MethodEdge,
MethodCursorPage,
]