Noticeable
OBJECT
Information related to the person who created a publication.
type PublicationAuthor {# The author avatar URL.avatar: URL # The display name of the author.displayName: String # The author email.email: String # The full name of the author.fullName: String @deprecated( reason: "Use PublicationAuthor.displayName instead." )# The job title of the author.jobTitle: String }