From e06b05af90d61e1bab2e6aad42f4d4d487e9613e Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Sat, 29 Jun 2019 13:09:48 -0300 Subject: [PATCH] Remove request for categories from CreatePost --- webapp/graphql/PostMutations.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/webapp/graphql/PostMutations.js b/webapp/graphql/PostMutations.js index 63fccda4a..b944a0980 100644 --- a/webapp/graphql/PostMutations.js +++ b/webapp/graphql/PostMutations.js @@ -16,9 +16,6 @@ export default () => { content contentExcerpt language - categories { - name - } } } `,