OBJECT

AttachmentSerializerMutation

DRF serializer based Mutation for Attachment

link GraphQL Schema definition

  • type AttachmentSerializerMutation {
  • attachment: AttachmentType
  • # Boolean field that return mutation result request.
  • ok: Boolean
  • # Errors list for the field
  • errors: [ErrorType]
  • }