Whether to trigger fetching onchain metadata for missing assets. Defaults to false. Fetch results are delayed and can be ingested realtime via onNftAssetsCreated subscription. Free tier API users are limited to 1 missing asset fetch per request, and may only retry fetching a missing asset once per week. To remove these limitations, please upgrade your API plan at https://www.dashboard.defined.fi/plan.
"""Returns a list of NFT assets in a given collection."""getNftAssets(address: String!, networkId: Int!, tokenIds: [String], fetchMissingAssets: Boolean, cursor: String, limit: Int): NftAssetsConnection