Holder
The holder of a collection.
type Holder {
collectionId: UUID!
address: String!
owns: Int!
mints: [UUID!]!
}
Fields
Holder.collectionId
● UUID!
non-null scalar
The collection ID that the holder owns.
Holder.address
● String!
non-null scalar
The wallet address of the holder.
Holder.owns
● Int!
non-null scalar
The number of NFTs that the holder owns in the collection.
Holder.mints
● [UUID!]!
non-null scalar
The specific mints from the collection that the holder owns.
Member of
Collection
object