Skip to main content

EventPerson

No description

type EventPerson {
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!]!
fields: [FieldUnion!]!
events(
cursor: CursorPaginationInput
): EventsConnection!
withEvent(
eventId: ID!
): EventPersonWithEvent
firstNameTranslations: [TranslationString!]!
lastNameTranslations: [TranslationString!]!
jobTitleTranslations: [TranslationString!]!
organizationTranslations: [TranslationString!]!
biographyTranslations: [TranslationString!]!
}

Fields

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

DEPRECATED

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.fields ● [FieldUnion!]! non-null union

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

Member Of

AdvertisementLead object ● ChatLead object ● DocumentLead object ● ExhibitorBoothLead object ● ExhibitorMemberWithEvent object ● MeetingGenerationExplanations object ● MeetingParticipant object ● PlanningAttendee object ● ProductLead object ● VideoBackstage object