Front end deps upgrades and fixes

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-07-23 17:14:03 +02:00
parent 93984eb53a
commit 1cd511f440
4 changed files with 516 additions and 432 deletions

View File

@@ -143,8 +143,7 @@ export const CREATE_EVENT = gql`
$organizerActorId: ID!,
$category: String!,
$beginsOn: DateTime!,
$picture_file: Upload,
$picture_name: String,
$picture: PictureInput!
) {
createEvent(
title: $title,
@@ -152,12 +151,7 @@ export const CREATE_EVENT = gql`
beginsOn: $beginsOn,
organizerActorId: $organizerActorId,
category: $category,
picture: {
picture: {
file: $picture_file,
name: $picture_name,
}
}
picture: $picture
) {
id,
uuid,