Type alias SubscriptionErc1155BalancesArgs

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

Type declaration

Generated using TypeDoc