Show cards on event card

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-04-24 20:49:52 +02:00
parent 690620cdff
commit 445619db8b
6 changed files with 47 additions and 2 deletions

View File

@@ -111,7 +111,11 @@ export const FETCH_EVENTS = gql`
category,
participants {
${participantQuery}
}
},
tags {
slug,
title
},
}
}
`;