diff --git a/js/src/graphql/post.ts b/js/src/graphql/post.ts index 0b125ccff..e007070fd 100644 --- a/js/src/graphql/post.ts +++ b/js/src/graphql/post.ts @@ -98,7 +98,7 @@ export const FETCH_POST = gql` export const CREATE_POST = gql` mutation CreatePost( $title: String! - $body: String + $body: String! $attributedToId: ID! $visibility: PostVisibility $draft: Boolean