AttachmentInput
No description
input AttachmentInput {
id: ID
description: String
projectId: Int
issueId: Int
allowedPortalUserIds: [Int!]
archive: Upload
}
Fields
AttachmentInput.id ● ID scalar
AttachmentInput.description ● String scalar
AttachmentInput.projectId ● Int scalar
AttachmentInput.issueId ● Int scalar
AttachmentInput.allowedPortalUserIds ● [Int!] list scalar
AttachmentInput.archive ● Upload scalar
Member Of
CreateMultipleAttachmentsInput input ● CreateProjectInput input ● UpdateProjectInput input