Type alias IntFieldComparison

IntFieldComparison: { between?: InputMaybe<IntFieldComparisonBetween>; eq?: InputMaybe<Scalars["Int"]>; gt?: InputMaybe<Scalars["Int"]>; gte?: InputMaybe<Scalars["Int"]>; in?: InputMaybe<Scalars["Int"][]>; is?: InputMaybe<Scalars["Boolean"]>; isNot?: InputMaybe<Scalars["Boolean"]>; lt?: InputMaybe<Scalars["Int"]>; lte?: InputMaybe<Scalars["Int"]>; neq?: InputMaybe<Scalars["Int"]>; notBetween?: InputMaybe<IntFieldComparisonBetween>; notIn?: InputMaybe<Scalars["Int"][]> }

Type declaration