PatchDropInput
Input object for patching a drop and associated collection by ID
input PatchDropInput {
id: UUID!
price: Int
startTime: DateTime
endTime: DateTime
sellerFeeBasisPoints: Int
metadataJson: MetadataJsonInput
creators: [CreatorInput!]
}
Fields
PatchDropInput.id
● UUID!
non-null scalar
The unique identifier of the drop
PatchDropInput.price
● Int
scalar
The new price for the drop in the native token of the blockchain
PatchDropInput.startTime
● DateTime
scalar
The new start time for the drop in UTC
PatchDropInput.endTime
● DateTime
scalar
The new end time for the drop in UTC
PatchDropInput.sellerFeeBasisPoints
● Int
scalar
The new seller fee basis points for the drop
PatchDropInput.metadataJson
● MetadataJsonInput
input
The new metadata JSON for the drop
PatchDropInput.creators
● [CreatorInput!]
list input
The creators of the drop
Member of
patchDrop
mutation