Gato GraphQL logo

Events Manager

Events Manager

Integration with the Events Manager plugin, to fetch event data.

query {
  events {
    id
    title
    content
    startDate
    endDate
    isAllDay
    location {
      id
      name
      address
      city
      coordinates
    }
  }
}