Accepts input to find pull requests.
| Property Name | Type | Description | 
|---|---|---|
| matchAnyCurrentStatus | InputMaybe<Array<CompassPullRequestStatus>> | Returns the pull requests which matches one of the current status. | 
| matchAnyFilters | InputMaybe<Array<CompassPullRequestsQueryFilter>> | The filters used in the query. The relationship of filters is OR. | 
| sort | InputMaybe<CompassPullRequestsQuerySort> | The sorting mechanism used in the query. | 
Rate this page: