EventPerson
No description
type EventPerson {
id: ID!
userId: ID
communityProfileId: ID!
email: String
loginEmails: [String!]
firstName: String!
lastName: String!
jobTitle: String
secondJobTitle: String @deprecated
photoUrl: String
organization: String
websiteUrl: String
biography: String
htmlBiography: String
address: Address
phoneNumbers: [PhoneNumber!]!
socialNetworks: [SocialNetwork!]!
tags: [String!]! @deprecated
badges: [BadgeUnion!]! @deprecated
groups: [EventGroup!]!
fields: [FieldUnion!]!
customFields: [CustomFieldUnion!]! @deprecated
isVisible: Boolean!
source: EventPersonSource
createdAt: DateTime!
updatedAt: DateTime!
communityProfileUpdatedAt: DateTime!
type: String
speakerOnPlannings: [Planning!]!
attendeeOnPlannings: [Planning!]! @deprecated
memberOnExhibitors: [Exhibitor!]!
engagementScore: Float! @deprecated
clientIds: [ID!]!
bookmarkedExhibitors: [Exhibitor!]! @deprecated
bookmarkedProducts: [Product!]! @deprecated
registration: Registration
events(
cursor: CursorPaginationInput
): EventsConnection!
withEvent(
eventId: ID!
): EventPersonWithEvent
firstNameTranslations: [TranslationString!]!
lastNameTranslations: [TranslationString!]!
jobTitleTranslations: [TranslationString!]!
organizationTranslations: [TranslationString!]!
biographyTranslations: [TranslationString!]!
promoCodesUsed: [String!]!
}
Fields
EventPerson.id ● ID! non-null scalar
EventPerson.userId ● ID scalar
EventPerson.communityProfileId ● ID! non-null scalar
EventPerson.email ● String scalar
EventPerson.loginEmails ● [String!] list scalar
List of emails used to login to the community, the first one is the primary
EventPerson.firstName ● String! non-null scalar
EventPerson.lastName ● String! non-null scalar
EventPerson.jobTitle ● String scalar
EventPerson.secondJobTitle ● String deprecated scalar
Do not use
EventPerson.photoUrl ● String scalar
EventPerson.organization ● String scalar
EventPerson.websiteUrl ● String scalar
EventPerson.biography ● String scalar
EventPerson.htmlBiography ● String scalar
EventPerson.address ● Address object
EventPerson.phoneNumbers ● [PhoneNumber!]! non-null object
EventPerson.socialNetworks ● [SocialNetwork!]! non-null object
EventPerson.tags ● [String!]! deprecated non-null scalar
Do not use
EventPerson.badges ● [BadgeUnion!]! deprecated non-null union
use withEvent.badges
EventPerson.groups ● [EventGroup!]! non-null object
EventPerson.fields ● [FieldUnion!]! non-null union
EventPerson.customFields ● [CustomFieldUnion!]! deprecated non-null union
use withEvent.fields
EventPerson.isVisible ● Boolean! non-null scalar
EventPerson.source ● EventPersonSource enum
EventPerson.createdAt ● DateTime! non-null scalar
EventPerson.updatedAt ● DateTime! non-null scalar
EventPerson.communityProfileUpdatedAt ● DateTime! non-null scalar
EventPerson.type ● String scalar
EventPerson.speakerOnPlannings ● [Planning!]! non-null object
Represents community level info. If you want to get event level info, use withEvent.speakerOnPlannings
EventPerson.attendeeOnPlannings ● [Planning!]! deprecated non-null object
use withEvent.attendeeOnPlannings
EventPerson.memberOnExhibitors ● [Exhibitor!]! non-null object
Represents community level info. If you want to get event level info, use withEvent.memberOnExhibitors
EventPerson.engagementScore ● Float! deprecated non-null scalar
use withEvent.engagementScore
EventPerson.clientIds ● [ID!]! non-null scalar
List of client IDs attached to this person inside the community.
EventPerson.bookmarkedExhibitors ● [Exhibitor!]! deprecated non-null object
use withEvent.bookmarkedExhibitors
List of bookmarked exhibitors for the user attached to person
EventPerson.bookmarkedProducts ● [Product!]! deprecated non-null object
use withEvent.bookmarkedProducts
List of bookmarked products for the user attached to person
EventPerson.registration ● Registration object
EventPerson.events ● EventsConnection! non-null object
EventPerson.events.cursor ● CursorPaginationInput input
EventPerson.withEvent ● EventPersonWithEvent object
EventPerson.withEvent.eventId ● ID! non-null scalar
EventPerson.firstNameTranslations ● [TranslationString!]! non-null object
EventPerson.lastNameTranslations ● [TranslationString!]! non-null object
EventPerson.jobTitleTranslations ● [TranslationString!]! non-null object
EventPerson.organizationTranslations ● [TranslationString!]! non-null object
EventPerson.biographyTranslations ● [TranslationString!]! non-null object
EventPerson.promoCodesUsed ● [String!]! non-null scalar
Member Of
AccessCodeScan object ● AdvertisementLead object ● ChatLead object ● DocumentLead object ● EventPeopleConnection object ● EventPersonImported object ● ExhibitorBoothLead object ● ExhibitorMemberWithEvent object ● ListEventPeopleResult object ● MeetingGenerationExplanations object ● MeetingParticipant object ● PlanningAttendee object ● ProductLead object ● PushNotificationCommunityProfileTarget object ● Speaker object ● SpeakerWithEvent object ● UpdateEventPersonPayload object ● VideoBackstage object