PresentationNonContactAuthorInput
Defines the input for creating an author that is not linked to a contact.
input PresentationNonContactAuthorInput {
firstName: String
lastName: String!
organizationName: String
position: String
title: String
}
Fields
PresentationNonContactAuthorInput.firstName
● String
scalar
The first name of the author. Optional.