From e9121705a426dc70e1c8ebf2ccd97d94e24636bd Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 7 Jul 2023 07:19:35 +0200 Subject: [PATCH] fix createPost query to not fail due to apollo cache --- webapp/graphql/PostMutations.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/graphql/PostMutations.js b/webapp/graphql/PostMutations.js index c3a9369c3..73e9f8ebe 100644 --- a/webapp/graphql/PostMutations.js +++ b/webapp/graphql/PostMutations.js @@ -39,6 +39,7 @@ export default () => { deleted postType author { + id name } categories {