Type alias WalletErc721Args

WalletErc721Args: {
    first?: InputMaybe<Scalars["Int"]["input"]>;
    orderBy?: InputMaybe<WalletTerc721_OrderBy>;
    orderDirection?: InputMaybe<OrderDirection>;
    skip?: InputMaybe<Scalars["Int"]["input"]>;
    where?: InputMaybe<WalletTerc721_Filter>;
}

Type declaration

Generated using TypeDoc