--- title: SegmentIntegerFilter - GraphQL Admin description: A filter with an integer that's been added to a segment query. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/SegmentIntegerFilter md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/SegmentIntegerFilter.md --- # Segment​Integer​Filter object Requires `read_customers` access scope. A filter with an integer that's been added to a segment query. ## Fields * localized​Name [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The localized name of the filter. * max​Range [Float](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Float) The maximum range a filter can have. * min​Range [Float](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Float) The minimum range a filter can have. * multi​Value [Boolean!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Boolean) non-null Whether a file can have multiple values for a single customer. * query​Name [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The query name of the filter. *** ## Map No referencing types *** ## Interfaces * [Segment​Filter](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/SegmentFilter) interface *** ## ||-SegmentIntegerFilter Implements ### Implements * ||-[Segment​Filter](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/SegmentFilter)