Input$ReopenPullRequestInput constructor

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

Implementation

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