FluidExportInput
No description
input FluidExportInput {
fluidType: String!
unit: String!
value: String!
}
Fields
FluidExportInput.fluidType ● String! non-null scalar
The type of fluid (e.g., "water", "juice", "coffee").
FluidExportInput.unit ● String! non-null scalar
The unit of measurement (e.g., "kg", "°C", "mmol/L", "bpm", "%").
FluidExportInput.value ● String! non-null scalar
The numeric value of the measurement as a string.
Member Of
VitalEntryInput input