From 0122f64fbba53c0a25d75fc276b44b68b9ee878c Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sat, 7 Jul 2018 10:21:10 +0200 Subject: [PATCH] Fixed Tags->Tag typo in Story schema --- schema/types/story.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/types/story.graphql b/schema/types/story.graphql index 76e7aaf..13b3819 100644 --- a/schema/types/story.graphql +++ b/schema/types/story.graphql @@ -20,7 +20,7 @@ type Story { category: StoryCategory! # The tags for this tory - tags: [Tags!]! + tags: [Tag!]! # The date the story was created (RFC3339 format). createdDate: String!