AppCatalogOfferEligibility
No description
type AppCatalogOfferEligibility {
eligible: Boolean!
reason: String
}
Fields
AppCatalogOfferEligibility.eligible ● Boolean! non-null scalar
Whether the signed-in wallet member can claim the offer
AppCatalogOfferEligibility.reason ● String scalar
Reason the offer cannot be claimed, when applicable
Member Of
AppCatalogOffer object