mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-01 12:54:29 +00:00
Fix front-end post creation
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
83f2880dd9
commit
2eac639200
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue