Type alias Erc1155BalanceTransferFromEventArgs

Erc1155BalanceTransferFromEventArgs: {
    first?: InputMaybe<Scalars["Int"]["input"]>;
    orderBy: InputMaybe<Erc1155Transfer_OrderBy>;
    orderDirection: InputMaybe<OrderDirection>;
    skip?: InputMaybe<Scalars["Int"]["input"]>;
    where: InputMaybe<Erc1155Transfer_Filter>;
}

Type declaration

Generated using TypeDoc