OBJECT

createFolderPayload

Autogenerated return type of createFolder.

link GraphQL Schema definition

  • type createFolderPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • folder: Folder
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }