Type alias QueryConstantsArgs

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

Type declaration

Generated using TypeDoc