Type alias QueryDecimalValuesArgs

QueryDecimalValuesArgs: {
    block: InputMaybe<Block_Height>;
    first?: InputMaybe<Scalars["Int"]["input"]>;
    orderBy: InputMaybe<DecimalValue_OrderBy>;
    orderDirection: InputMaybe<OrderDirection>;
    skip?: InputMaybe<Scalars["Int"]["input"]>;
    subgraphError?: _SubgraphErrorPolicy_;
    where: InputMaybe<DecimalValue_Filter>;
}

Type declaration

Generated using TypeDoc