Type alias MeterTypeFilterComparison

MeterTypeFilterComparison: { eq?: InputMaybe<MeterType>; gt?: InputMaybe<MeterType>; gte?: InputMaybe<MeterType>; iLike?: InputMaybe<MeterType>; in?: InputMaybe<MeterType[]>; is?: InputMaybe<Scalars["Boolean"]>; isNot?: InputMaybe<Scalars["Boolean"]>; like?: InputMaybe<MeterType>; lt?: InputMaybe<MeterType>; lte?: InputMaybe<MeterType>; neq?: InputMaybe<MeterType>; notILike?: InputMaybe<MeterType>; notIn?: InputMaybe<MeterType[]>; notLike?: InputMaybe<MeterType> }

Type declaration