OrganizationAttendanceCount
Attendance data for a single attendee across all conventions in the organization.
type OrganizationAttendanceCount {
attended_conventions: [Convention!]!
current_convention_user_con_profile: UserConProfile!
user_con_profiles: [UserConProfile!]!
user_id: ID!
}
Fields
OrganizationAttendanceCount.attended_conventions ● [Convention!]! non-null object
All conventions in the organization that this attendee has attended.
OrganizationAttendanceCount.current_convention_user_con_profile ● UserConProfile! non-null object
The attendee's profile for the current convention.
OrganizationAttendanceCount.user_con_profiles ● [UserConProfile!]! non-null object
IDs of all the attendee's profiles across conventions in the organization.
OrganizationAttendanceCount.user_id ● ID! non-null scalar
The ID of the user account for this attendee.
Member Of
NewAndReturningAttendees object