Skip to main content

Offer

No description

type Offer implements Sortable {
id: Int!
idV2: ID!
sortID: SortID
createdByFlowAddress: String!
createdByDapperID: String!
acceptedByFlowAddress: String
acceptedByDapperID: String
momentID: String!
momentFlowID: Int!
price: Price
completed: Boolean!
purchased: Boolean!
createdAt: Time!
updatedAt: Time!
acceptedAt: Time
offerAvailableTxHash: String!
offerCompletedTxHash: String
moment: MintedMoment
createdByUser: User
version: OfferVersion
offerType: OfferType
edition: Edition
visibility: OfferVisibility
parallelID: Int!
}

Fields

id ● Int! non-null scalar

idV2 ● ID! non-null scalar

sortID ● SortID scalar

createdByFlowAddress ● String! non-null scalar

createdByDapperID ● String! non-null scalar

acceptedByFlowAddress ● String scalar

acceptedByDapperID ● String scalar

momentID ● String! non-null scalar

momentFlowID ● Int! non-null scalar

price ● Price scalar

completed ● Boolean! non-null scalar

purchased ● Boolean! non-null scalar

createdAt ● Time! non-null scalar

updatedAt ● Time! non-null scalar

acceptedAt ● Time scalar

offerAvailableTxHash ● String! non-null scalar

offerCompletedTxHash ● String scalar

moment ● MintedMoment object

createdByUser ● User object

version ● OfferVersion enum

offerType ● OfferType enum

edition ● Edition object

visibility ● OfferVisibility enum

parallelID ● Int! non-null scalar

Interfaces

Sortable interface

Returned by

getOffer query

Member of

OfferAggregation object ● Offers object