INPUT_OBJECT

EventFilter

link GraphQL Schema definition

  • input EventFilter {
  • # List only events after the date
  • from: String
  • # List only events before the date
  • to: String
  • # Fulltext search in title
  • title: String
  • # Identifier of an existing Member
  • leaderId: Int
  • # Is registration open?
  • registrationOpen: Boolean
  • # Is registration full?
  • full: Boolean
  • }