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!