GitPullRequestQuery interface

A set of pull request queries and their results.

Properties

queries

The queries to perform.

results

The results of the queries. This matches the QueryInputs list so Results[n] are the results of QueryInputs[n]. Each entry in the list is a dictionary of commit->pull requests.

Property Details

queries

The queries to perform.

queries: GitPullRequestQueryInput[]

Property Value

results

The results of the queries. This matches the QueryInputs list so Results[n] are the results of QueryInputs[n]. Each entry in the list is a dictionary of commit->pull requests.

results: {[key: string]: GitPullRequest[]}[]

Property Value

{[key: string]: GitPullRequest[]}[]