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, 1 insertions, 1 deletions
diff --git a/graphql/schema.graphql b/graphql/schema.graphql
index 47716488..14b2bec5 100644
--- a/graphql/schema.graphql
+++ b/graphql/schema.graphql
@@ -138,7 +138,7 @@ union OperationUnion =
# The connection type for Bug.
type BugConnection {
# A list of edges.
- edges: [BugEdge]!
+ edges: [BugEdge!]!
# Information to aid in pagination.
pageInfo: PageInfo!