Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

RangeCountDouble

export type RangeCountDouble = RangeCount & {
    __typename?: 'RangeCountDouble';
    from: Scalars['Float'];
    fromStr: Scalars['String'];
    to: Scalars['Float'];
    toStr: Scalars['String'];
    count: Scalars['Int'];
    productCount?: Maybe<Scalars['Int']>;
    totalCount: Scalars['Int'];
    total: Scalars['Float'];
    min: Scalars['Float'];
    max: Scalars['Float'];
    mean: Scalars['Float'];
    type: Scalars['String'];
};

Referenced Types

On this page