OBJECT
DRF serializer based Mutation for Firm
type FirmSerializerMutation {firm: FirmType # Boolean field that return mutation result request.ok: Boolean # Errors list for the fielderrors: [ErrorType] }