diff --git a/data/schema.graphql b/data/schema.graphql index 1cb55c348be..f84d922bfe9 100644 --- a/data/schema.graphql +++ b/data/schema.graphql @@ -230,6 +230,7 @@ type Alert { additionalGeneNames: [String] artistIDs: [String] artistSeriesIDs: [String] + artistSeriesNames: [String] artists: [Artist!]! artistsConnection(after: String, before: String, first: Int, last: Int): ArtistConnection!