PresentationContactAuthorInput
Defines the input for creating an author that is linked to a contact.
input PresentationContactAuthorInput {
contactId: ID!
}
Fields
PresentationContactAuthorInput.contactId
● ID!
non-null scalar
The identifier of the contact whose information will be used to create the author.
Member Of
CreatePresentationAuthorInput
input ● UpdatePresentationAuthorInput
input