CreatePresentationAuthorInput
Defines the input for creating an author while creating a presentation.
input CreatePresentationAuthorInput {
affiliations: String
contactId: ID!
isPresenting: Boolean!
notes: String
order: NonNegativeInt!
}
Fields
CreatePresentationAuthorInput.affiliations
● String
scalar
UTF-8 string value typically containing a comma-delimited list of affiliations. Optional.
CreatePresentationAuthorInput.contactId
● ID!
non-null scalar
The identifier of the contact whose information will be used to create the author.
CreatePresentationAuthorInput.isPresenting
● Boolean!
non-null scalar
A flag indicating whether the author is presenting.
CreatePresentationAuthorInput.notes
● String
scalar
A UTF-8 string value representing any notes captured for the author. Optional.
CreatePresentationAuthorInput.order
● NonNegativeInt!
non-null scalar
The order the author appears in.
Member Of
CreatePresentationInput
input