Type alias Erc1155ContractTokensArgs

Erc1155ContractTokensArgs: {
    first?: InputMaybe<Scalars["Int"]["input"]>;
    orderBy: InputMaybe<Erc1155Token_OrderBy>;
    orderDirection: InputMaybe<OrderDirection>;
    skip?: InputMaybe<Scalars["Int"]["input"]>;
    where: InputMaybe<Erc1155Token_Filter>;
}

Type declaration

Generated using TypeDoc