Skip to main content

createAttachment

Create an attachment for a group. Requires group administrator permission.

Input

attachmentCreateInput

Return Type

ID

Example

mutation CreateAttachment {
createAttachment(input: {
groupId: "Z3JwMTIzNDU2"
filename: "terms.pdf"
description: "Standard terms and conditions"
extension: "pdf"
autoAttach: false
temporary: false
})
}

Export This Article

Save a copy of this page as PDF or plain text.