Skip to main content

EventPeopleListView

No description

type EventPeopleListView implements EventViewInterface {
id: ID!
name: String
nameTranslations: [TranslationString!]!
color: String
iconUrl: String
backgroundImageUrl: String
pageBackgroundUrl: String
visibilities: [EventViewVisibility!]!
group: EventGroupView
defaultSort: EventPeopleListViewSort!
eventPeopleListViewAggregation: EventPeopleListViewAggregationUnion
eventPeopleListDisplayFilters: [FieldDefinitionUnion!]!
eventPeopleListFeaturedFields: [EventPeopleListViewFeaturedFieldUnion!]!
filterByAvailability: Boolean!
filterByGroups: [EventGroup!]
filterByCommunityGroups: [CommunityGroup!]
filterByIsUser: Boolean
showRecommendations: Boolean!
showOnlinePeople: Boolean!
viewMode: EventPeopleListViewModeEnum!
profilesListFilters: ProfilesListFilters!
}

Fields

EventPeopleListView.id ● ID! non-null scalar

EventPeopleListView.name ● String scalar

EventPeopleListView.nameTranslations ● [TranslationString!]! non-null object

EventPeopleListView.color ● String scalar

EventPeopleListView.iconUrl ● String scalar

EventPeopleListView.backgroundImageUrl ● String scalar

EventPeopleListView.pageBackgroundUrl ● String scalar

EventPeopleListView.visibilities ● [EventViewVisibility!]! non-null object

EventPeopleListView.group ● EventGroupView object

EventPeopleListView.defaultSort ● EventPeopleListViewSort! non-null enum

EventPeopleListView.eventPeopleListViewAggregation ● EventPeopleListViewAggregationUnion union

How people are grouped in the list.

EventPeopleListView.eventPeopleListDisplayFilters ● [FieldDefinitionUnion!]! non-null union

EventPeopleListView.eventPeopleListFeaturedFields ● [EventPeopleListViewFeaturedFieldUnion!]! non-null union

EventPeopleListView.filterByAvailability ● Boolean! non-null scalar

EventPeopleListView.filterByGroups ● [EventGroup!] list object

EventPeopleListView.filterByCommunityGroups ● [CommunityGroup!] list object

EventPeopleListView.filterByIsUser ● Boolean scalar

EventPeopleListView.showRecommendations ● Boolean! non-null scalar

EventPeopleListView.showOnlinePeople ● Boolean! non-null scalar

EventPeopleListView.viewMode ● EventPeopleListViewModeEnum! non-null enum

EventPeopleListView.profilesListFilters ● ProfilesListFilters! non-null object

Interfaces

EventViewInterface interface

Implemented By

CommunityView union ● EventView union