PatchCollectionInput
Input object for patching a collection by ID.
input PatchCollectionInput {
id: UUID!
metadataJson: MetadataJsonInput
creators: [CreatorInput!]
}
Fields
PatchCollectionInput.id ● UUID! non-null scalar
The unique identifier of the drop
PatchCollectionInput.metadataJson ● MetadataJsonInput input
The new metadata JSON for the drop
PatchCollectionInput.creators ● [CreatorInput!] list input
The creators of the drop
Member of
patchCollection mutation