draftDelete
Deletes a draft.
For example:
mutation(
$draftId: String!,
) {
draftRemove( input: {
draftId: $draftId,
}) {
deletedDraftId
success
}
}
draftDelete(
input: DraftDeleteInput!
): DraftDeletePayload
Arguments
draftDelete.input ● DraftDeleteInput! non-null input common
Parameters for DraftDelete
Type
DraftDeletePayload object common
Autogenerated return type of DraftDelete