Skip to main content

AuthorDetails

Details of the author.

type AuthorDetails {
firstName: String
jobTitle: String
lastName: String
organizationName: String
title: String
}

Fields

AuthorDetails.firstName ● String scalar

UTF-8 string value that represents the first name of the author. Optional.

AuthorDetails.jobTitle ● String scalar

UTF-8 string value that represents the job title of the author. Optional.

AuthorDetails.lastName ● String scalar

UTF-8 string value that represents the last name of the author. Optional.

AuthorDetails.organizationName ● String scalar

UTF-8 string value that represents the organization name of the author. Optional.

AuthorDetails.title ● String scalar

UTF-8 string value that represents the title of the author's name such as Dr/Mrs/Mr. Optional.

Implemented By

AuthorContact union