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`
|
export const CREATE_POST = gql`
|
||||||
mutation CreatePost(
|
mutation CreatePost(
|
||||||
$title: String!
|
$title: String!
|
||||||
$body: String
|
$body: String!
|
||||||
$attributedToId: ID!
|
$attributedToId: ID!
|
||||||
$visibility: PostVisibility
|
$visibility: PostVisibility
|
||||||
$draft: Boolean
|
$draft: Boolean
|
||||||
|
Loading…
Reference in New Issue
Block a user