Skip to content

createFolderPayload

Autogenerated return type of createFolder.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of createFolder.
"""
type createFolderPayload {
folder: Folder
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}