aboutsummaryrefslogtreecommitdiffstats
path: root/graphql
diff options
context:
space:
mode:
Diffstat (limited to 'graphql')
-rw-r--r--graphql/schema/bug.graphql1
-rw-r--r--graphql/schema/identity.graphql2
-rw-r--r--graphql/schema/operations.graphql2
-rw-r--r--graphql/schema/root.graphql2
-rw-r--r--graphql/schema/timeline.graphql2
5 files changed, 4 insertions, 5 deletions
diff --git a/graphql/schema/bug.graphql b/graphql/schema/bug.graphql
index 9530c576..7e1c57b5 100644
--- a/graphql/schema/bug.graphql
+++ b/graphql/schema/bug.graphql
@@ -105,4 +105,3 @@ type Repository {
): BugConnection!
bug(prefix: String!): Bug
}
-
diff --git a/graphql/schema/identity.graphql b/graphql/schema/identity.graphql
index 9e76d885..7c5ef126 100644
--- a/graphql/schema/identity.graphql
+++ b/graphql/schema/identity.graphql
@@ -10,4 +10,4 @@ type Identity {
displayName: String!
"""An url to an avatar"""
avatarUrl: String
-} \ No newline at end of file
+}
diff --git a/graphql/schema/operations.graphql b/graphql/schema/operations.graphql
index 2b206418..d37df2e2 100644
--- a/graphql/schema/operations.graphql
+++ b/graphql/schema/operations.graphql
@@ -97,4 +97,4 @@ type LabelChangeOperation implements Operation & Authored {
added: [Label!]!
removed: [Label!]!
-} \ No newline at end of file
+}
diff --git a/graphql/schema/root.graphql b/graphql/schema/root.graphql
index 56558f7c..7b43366f 100644
--- a/graphql/schema/root.graphql
+++ b/graphql/schema/root.graphql
@@ -35,4 +35,4 @@ type Mutation {
setTitle(repoRef: String, prefix: String!, title: String!): Bug!
commit(repoRef: String, prefix: String!): Bug!
-} \ No newline at end of file
+}
diff --git a/graphql/schema/timeline.graphql b/graphql/schema/timeline.graphql
index 29ed6e60..35bb88bf 100644
--- a/graphql/schema/timeline.graphql
+++ b/graphql/schema/timeline.graphql
@@ -83,4 +83,4 @@ type SetTitleTimelineItem implements TimelineItem {
date: Time!
title: String!
was: String!
-} \ No newline at end of file
+}