Input$ClosePullRequestInput constructor

Input$ClosePullRequestInput({
  1. String? clientMutationId,
  2. required String pullRequestId,
})

Implementation

Input$ClosePullRequestInput(
    {this.clientMutationId, required this.pullRequestId});