Type alias AccountErc1155operatorOwnerArgs

AccountErc1155operatorOwnerArgs: {
    first?: InputMaybe<Scalars["Int"]["input"]>;
    orderBy: InputMaybe<Erc1155Operator_OrderBy>;
    orderDirection: InputMaybe<OrderDirection>;
    skip?: InputMaybe<Scalars["Int"]["input"]>;
    where: InputMaybe<Erc1155Operator_Filter>;
}

Type declaration

Generated using TypeDoc