Skip to main content

GetOfferInput

No description

input GetOfferInput {
id: Int
idV2: ID
offerAvailableTxHash: String
offerCompletedTxHash: String
}

Fields

id ● Int scalar

id is an optional input field to retrieve specific offer by offer id.

idV2 ● ID scalar

idV2 is an optional input field to retrieve specific offer by offer id.

offerAvailableTxHash ● String scalar

offerAvailableTxHash is an optional input field to retrieve specific offer by offer available TxHash.

offerCompletedTxHash ● String scalar

offerCompletedTxHash is an optional input field to retrieve specific offer by offer completed TxHash.

Member of

getOffer query