DraftDeleteInput
Autogenerated input type of DraftDelete
input DraftDeleteInput {
clientMutationId: String
draftId: String!
}
Fields
DraftDeleteInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
DraftDeleteInput.draftId ● String! non-null scalar common
The ID of the draft to delete.
Member of
draftDelete mutation