Input$AddProjectCardInput constructor

Input$AddProjectCardInput({
  1. String? clientMutationId,
  2. String? contentId,
  3. String? note,
  4. required String projectColumnId,
})

Implementation

Input$AddProjectCardInput(
    {this.clientMutationId,
    this.contentId,
    this.note,
    required this.projectColumnId});