CreateAttachmentInput
Autogenerated input type of CreateAttachment
input CreateAttachmentInput {
clientMutationId: String
description: String
projectId: Int
issueId: Int
companyId: ID!
allowedPortalUserEmails: [String!]
archive: Upload!
}
Fields
CreateAttachmentInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateAttachmentInput.description ● String scalar
CreateAttachmentInput.projectId ● Int scalar
CreateAttachmentInput.issueId ● Int scalar
CreateAttachmentInput.companyId ● ID! non-null scalar
CreateAttachmentInput.allowedPortalUserEmails ● [String!] list scalar
CreateAttachmentInput.archive ● Upload! non-null scalar
Member Of
createAttachment mutation