Type alias WalletErc20Args

WalletErc20Args: {
    first?: InputMaybe<Scalars["Int"]["input"]>;
    orderBy?: InputMaybe<WalletTerc20_OrderBy>;
    orderDirection?: InputMaybe<OrderDirection>;
    skip?: InputMaybe<Scalars["Int"]["input"]>;
    where?: InputMaybe<WalletTerc20_Filter>;
}

Type declaration

Generated using TypeDoc