Skip to main content

ExhibitorMember

No description

type ExhibitorMember {
addresses: [Address!]!
biography: String
email: String!
firstName: String
id: ID!
jobTitle: String
lastName: String
organization: String
phoneNumbers: [PhoneNumber!]!
photoUrl: String
secondJobTitle: String @deprecated
socialNetworks: [SocialNetwork!]!
tags: [String!]! @deprecated
userId: ID!
websiteUrl: String
roles: [Role!]
withEvent(
eventId: ID!
): ExhibitorMemberWithEvent
}

Fields

ExhibitorMember.addresses ● [Address!]! non-null object

ExhibitorMember.biography ● String scalar

ExhibitorMember.email ● String! non-null scalar

ExhibitorMember.firstName ● String scalar

ExhibitorMember.id ● ID! non-null scalar

ExhibitorMember.jobTitle ● String scalar

ExhibitorMember.lastName ● String scalar

ExhibitorMember.organization ● String scalar

ExhibitorMember.phoneNumbers ● [PhoneNumber!]! non-null object

ExhibitorMember.photoUrl ● String scalar

ExhibitorMember.secondJobTitle ● String deprecated scalar

DEPRECATED

Do not use

ExhibitorMember.socialNetworks ● [SocialNetwork!]! non-null object

ExhibitorMember.tags ● [String!]! deprecated non-null scalar

DEPRECATED

Do not use

ExhibitorMember.userId ● ID! non-null scalar

ExhibitorMember.websiteUrl ● String scalar

ExhibitorMember.roles ● [Role!] list object

ExhibitorMember.withEvent ● ExhibitorMemberWithEvent object

ExhibitorMember.withEvent.eventId ● ID! non-null scalar

Returned by

deleteEventExhibitorMember mutation

Member Of

Exhibitor object ● ExhibitorWithEvent object ● UpdateExhibitorMemberRolesPayload object