aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/schema/types.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'graphql/schema/types.graphql')
-rw-r--r--graphql/schema/types.graphql8
1 files changed, 0 insertions, 8 deletions
diff --git a/graphql/schema/types.graphql b/graphql/schema/types.graphql
index fb94d1e8..0182885e 100644
--- a/graphql/schema/types.graphql
+++ b/graphql/schema/types.graphql
@@ -11,14 +11,6 @@ type Color {
B: Int!
}
-"""Label for a bug."""
-type Label {
- """The name of the label."""
- name: String!
- """Color of the label."""
- color: Color!
-}
-
"""Information about pagination in a connection."""
type PageInfo {
"""When paginating forwards, are there more items?"""