generateSessionsExportMutation
Generate a CSV of the viewer's session registrations and persist it as a downloadable {@link UserExport}. The optional filters mirror the account schedule list — time window, businesses, activity types, and substring search; business scopes the export to a single business.
Arguments
Returns
See GenerateUserExportResult for the full shape.
Try it
Example
Query
mutation GenerateSessionsExport($input: GenerateSessionsExportInput) {
generateSessionsExport(input: $input) {
__typename
}
}
Variables
{}
POST
https://go.sessions.website/api/graphqlgenerateSessionsExport