ActivitySessionsStartingInput
Fields
fromDateTimeOnly return sessions starting on or after this date-time.
toDateTimeOnly return sessions starting on or before this date-time.
upcomingBooleanWhen true, only return sessions starting on or after the beginning of the current day (UTC). Applied server-side so the value is stable across SSR and client hydration.
includeCancelledBooleanWhen true, cancelled sessions are returned alongside scheduled/active ones. Only meaningful with upcoming: true — without upcoming, the status filter is not applied so cancelled rows are returned regardless. Defaults to false, preserving the original upcoming semantics.
Used in
ActivitySessionsStarting