patchDrop
This mutation allows updating a drop and it's associated collection by ID.
It returns an error if it fails to reach the database, emit update events or assemble the on-chain transaction.
Returns the PatchDropPayload
object on success.
patchDrop(
input: PatchDropInput!
): PatchDropPayload!
Arguments
patchDrop.input
● PatchDropInput!
non-null input
Type
PatchDropPayload
object
Represents the result of a successful patch drop mutation.