Skip to main content

EventSpeakerRole

No description

type EventSpeakerRole {
id: ID!
peopleCount: Int!
planningCount: Int!
planningLabel: String!
planningLabelTranslations: [TranslationString!]!
position: Int!
profileLabel: String!
profileLabelTranslations: [TranslationString!]!
}

Fields

EventSpeakerRole.peopleCount ● Int! non-null scalar

EventSpeakerRole.planningCount ● Int! non-null scalar

EventSpeakerRole.planningLabel ● String! non-null scalar

EventSpeakerRole.planningLabelTranslations ● [TranslationString!]! non-null object

EventSpeakerRole.position ● Int! non-null scalar

EventSpeakerRole.profileLabel ● String! non-null scalar

EventSpeakerRole.profileLabelTranslations ● [TranslationString!]! non-null object