aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/schema.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'graphql/schema.graphql')
-rw-r--r--graphql/schema.graphql2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphql/schema.graphql b/graphql/schema.graphql
index 5910984d..779331c4 100644
--- a/graphql/schema.graphql
+++ b/graphql/schema.graphql
@@ -180,6 +180,8 @@ type Repository {
first: Int
# Returns the last _n_ elements from the list.
last: Int
+ # A query to select and order bugs
+ query: String
): BugConnection!
bug(prefix: String!): Bug
}