Skip to main content

SolAddAttachmentInput

No description

input SolAddAttachmentInput {
fileName: String!
fileToken: String!
name: String!
solutionId: ID!
type: String!
}

Fields

SolAddAttachmentInput.fileName ● String! non-null scalar

Original file name.

SolAddAttachmentInput.fileToken ● String! non-null scalar

The token used to access the script package file.

SolAddAttachmentInput.name ● String! non-null scalar

Display name of the attachment.

SolAddAttachmentInput.solutionId ● ID! non-null scalar

ID of the solution to which the attachment will be added.

SolAddAttachmentInput.type ● String! non-null scalar

Type of the attachment.