Browse Source

Fixed Tags->Tag typo in Story schema

1.0
Gisle Aune 6 years ago
parent
commit
0122f64fbb
  1. 2
      schema/types/story.graphql

2
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!

Loading…
Cancel
Save