Allow for new parts to be created

This commit is contained in:
Kurt Hutten
2020-11-08 18:39:56 +11:00
parent 8107c7dcea
commit 8fa017beed
10 changed files with 78 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ export const schema = gql`
image: String
bio: String
Parts: [Part]!
Part(partTitle: String!): Part
Part(partTitle: String): Part
Reaction: [PartReaction]!
Comment: [Comment]!
}