Type alias AccountErc1155balancesArgs

AccountErc1155balancesArgs: {
    first?: InputMaybe<Scalars["Int"]["input"]>;
    orderBy: InputMaybe<Erc1155Balance_OrderBy>;
    orderDirection: InputMaybe<OrderDirection>;
    skip?: InputMaybe<Scalars["Int"]["input"]>;
    where: InputMaybe<Erc1155Balance_Filter>;
}

Type declaration

Generated using TypeDoc