OBJECT

PublicationAuthor

Information related to the person who created a publication.

link GraphQL Schema definition

  • type PublicationAuthor {
  • # The author avatar URL.
  • avatar: URL
  • # The author email.
  • email: String
  • # The full name of the author.
  • fullName: String!
  • # The job title of the author.
  • jobTitle: String
  • }