Skip to main content

Author

Author of a Presentation or associated paper.

type Author {
affiliations: String
contact: AuthorContact!
createdAt: DateTime!
createdBy: String
id: ID!
isPresenting: Boolean!
lastModifiedAt: DateTime!
lastModifiedBy: String
notes: String
order: NonNegativeInt!
}

Fields

Author.affiliations ● String scalar

UTF-8 string value typically containing a comma-delimited list of affiliations. Optional.

Author.contact ● AuthorContact! non-null union

Details of the author. Either a Contact or an AuthorDetails.

Author.createdAt ● DateTime! non-null scalar

The date and time the record was created.

Author.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

Author.id ● ID! non-null scalar

The unique identifier for the author.

Author.isPresenting ● Boolean! non-null scalar

A flag indicating whether the author is presenting.

Author.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

Author.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

Author.notes ● String scalar

A UTF-8 string value representing any notes captured for the author. Optional.

Author.order ● NonNegativeInt! non-null scalar

The order the author appears in.

Member Of

Presentation object