SolDeleteAttachmentInput
No description
input SolDeleteAttachmentInput {
id: String!
solutionId: ID!
}
Fields
SolDeleteAttachmentInput.id ● String! non-null scalar
Unique identifier of the attachment to be deleted.
SolDeleteAttachmentInput.solutionId ● ID! non-null scalar
ID of the solution from which the attachment will be deleted.