UpdateAttachmentFolderPayload
Autogenerated return type of UpdateAttachmentFolder.
type UpdateAttachmentFolderPayload {
clientMutationId: String
data: Folder
errors: [Error!]!
}
Fields
UpdateAttachmentFolderPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateAttachmentFolderPayload.data ● Folder object
Updated attachment folder data
UpdateAttachmentFolderPayload.errors ● [Error!]! non-null object
List of errors
Returned By
updateAttachmentFolder mutation