OBJECT

TargetSerializerMutation

DRF serializer based Mutation for Firm

link GraphQL Schema definition

  • type TargetSerializerMutation {
  • target: TargetType
  • # Boolean field that return mutation result request.
  • ok: Boolean
  • # Errors list for the field
  • errors: [ErrorType]
  • }