Skip to main content

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.

PresentationNonContactAuthorInput.lastName ● String! non-null scalar​

The last name of the author.

PresentationNonContactAuthorInput.organizationName ● String scalar​

The organization name of the author. Optional.

PresentationNonContactAuthorInput.position ● String scalar​

The job title/position of the author. Optional.

PresentationNonContactAuthorInput.title ● String scalar​

The title of the author. Optional.

Member Of​

CreatePresentationAuthorInput input ● UpdatePresentationAuthorInput input