Skip to main content

CreateAttachmentInput

Autogenerated input type of CreateAttachment

input CreateAttachmentInput {
clientMutationId: String
description: String
projectId: Int
issueId: Int
companyId: ID!
allowedPortalUserIds: [Int!]
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.allowedPortalUserIds ● [Int!] list scalar

CreateAttachmentInput.archive ● Upload! non-null scalar

Member Of

createAttachment mutation