Type alias AccountErc1155transferOperatorEventArgs

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