CreateEventPersonInput
No description
input CreateEventPersonInput {
email: String
isUser: Boolean!
firstName: String!
lastName: String!
jobTitle: String
secondJobTitle: String
photoUrl: String
organization: String
websiteUrl: String
address: AddressInput
mobilePhone: String
landlinePhone: String
biography: String
socialNetworks: [SocialNetworkInput!]
tags: [String!]
type: String
isVisible: Boolean
customFields: [CustomFieldInput!]
createFields: [CreateFieldInput!]
deleteFields: [ID!]
registration: CreateRegistrationInput
firstNameTranslations: [TranslationStringInput!]
lastNameTranslations: [TranslationStringInput!]
jobTitleTranslations: [TranslationStringInput!]
organizationTranslations: [TranslationStringInput!]
biographyTranslations: [TranslationStringInput!]
}
Fields
CreateEventPersonInput.email ● String scalar
CreateEventPersonInput.isUser ● Boolean! non-null scalar
CreateEventPersonInput.firstName ● String! non-null scalar
CreateEventPersonInput.lastName ● String! non-null scalar
CreateEventPersonInput.jobTitle ● String scalar
CreateEventPersonInput.secondJobTitle ● String scalar
CreateEventPersonInput.photoUrl ● String scalar
CreateEventPersonInput.organization ● String scalar
CreateEventPersonInput.websiteUrl ● String scalar
CreateEventPersonInput.address ● AddressInput input
CreateEventPersonInput.mobilePhone ● String scalar
CreateEventPersonInput.landlinePhone ● String scalar
CreateEventPersonInput.biography ● String scalar
CreateEventPersonInput.socialNetworks ● [SocialNetworkInput!] list input
CreateEventPersonInput.tags ● [String!] list scalar
CreateEventPersonInput.type ● String scalar
CreateEventPersonInput.isVisible ● Boolean scalar
CreateEventPersonInput.customFields ● [CustomFieldInput!] list input
CreateEventPersonInput.createFields ● [CreateFieldInput!] list input
CreateEventPersonInput.deleteFields ● [ID!] list scalar
CreateEventPersonInput.registration ● CreateRegistrationInput input
CreateEventPersonInput.firstNameTranslations ● [TranslationStringInput!] list input
CreateEventPersonInput.lastNameTranslations ● [TranslationStringInput!] list input
CreateEventPersonInput.jobTitleTranslations ● [TranslationStringInput!] list input
CreateEventPersonInput.organizationTranslations ● [TranslationStringInput!] list input
CreateEventPersonInput.biographyTranslations ● [TranslationStringInput!] list input
Member Of
ImportEventPersonInput input