Input$DisablePullRequestAutoMergeInput constructor

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

Implementation

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