OBJECT

FirmAlertSerializerMutation

DRF serializer based Mutation for FirmAlert

link GraphQL Schema definition

  • type FirmAlertSerializerMutation {
  • firmalert: FirmAlertType
  • # Boolean field that return mutation result request.
  • ok: Boolean
  • # Errors list for the field
  • errors: [ErrorType]
  • }