Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GitPullRequestQuery

A set of pull request queries and their results.

Hierarchy

  • GitPullRequestQuery

Index

Properties

Properties

Optional queries

queries: Array<GitPullRequestQueryInput>

The queries to perform.

Optional results

results: Array<object>

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.

Generated using TypeDoc