Fix front-end post creation
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
83f2880dd9
commit
2eac639200
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user