issue-167 Add admin parts page

resolves #167
This commit is contained in:
Kurt Hutten
2020-12-19 18:25:44 +11:00
parent ee11f164a3
commit f0cba9c1e5
5 changed files with 182 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ export const schema = gql`
mainImage: String
createdAt: DateTime!
updatedAt: DateTime!
deleted: Boolean!
user: User!
userId: String!
Comment: [Comment]!