Fix lasts events published order on the homepage
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -193,8 +193,8 @@ export const FETCH_EVENT_BASIC = gql`
|
||||
`;
|
||||
|
||||
export const FETCH_EVENTS = gql`
|
||||
query {
|
||||
events {
|
||||
query FetchEvents($orderBy: EventOrderBy, $direction: SortDirection) {
|
||||
events(orderBy: $orderBy, direction: $direction) {
|
||||
total
|
||||
elements {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user