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

RangeCountLong

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

Referenced Types

On this page