Type alias Erc1155ContractBalancesArgs

Erc1155ContractBalancesArgs: {
    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