EventPersonWithEvent
No description
type EventPersonWithEvent {
fields: [FieldUnion!]!
speakerOnPlannings: [Planning!]!
attendeeOnPlannings: [Planning!]!
memberOnExhibitors: [Exhibitor!]!
groups: [EventGroup!]!
isVisible: Boolean!
engagementScore: Float!
source: EventPersonSource
badges: [BadgeUnion!]!
bookmarkedExhibitors: [Exhibitor!]!
bookmarkedProducts: [Product!]!
}
Fields
EventPersonWithEvent.fields
● [FieldUnion!]!
non-null union
EventPersonWithEvent.speakerOnPlannings
● [Planning!]!
non-null object
EventPersonWithEvent.attendeeOnPlannings
● [Planning!]!
non-null object
EventPersonWithEvent.memberOnExhibitors
● [Exhibitor!]!
non-null object
EventPersonWithEvent.groups
● [EventGroup!]!
non-null object
EventPersonWithEvent.isVisible
● Boolean!
non-null scalar
EventPersonWithEvent.engagementScore
● Float!
non-null scalar
EventPersonWithEvent.source
● EventPersonSource
enum
EventPersonWithEvent.badges
● [BadgeUnion!]!
non-null union
EventPersonWithEvent.bookmarkedExhibitors
● [Exhibitor!]!
non-null object
List of bookmarked exhibitors for the user attached to person
EventPersonWithEvent.bookmarkedProducts
● [Product!]!
non-null object
List of bookmarked products for the user attached to person
Member Of
EventPerson
object