MintCreator
No description
type MintCreator {
collectionMintId: UUID!
address: String!
verified: Boolean!
share: Int!
}
Fields
MintCreator.collectionMintId ● UUID! non-null scalar
MintCreator.address ● String! non-null scalar
MintCreator.verified ● Boolean! non-null scalar
MintCreator.share ● Int! non-null scalar
Member of
CollectionMint object