OBJECT

PostAuthor

Information related to the person who created a post. DEPRECATED: use PublicationAuthor instead. This type will be removed after May 21, 2023.

link GraphQL Schema definition

  • type PostAuthor {
  • # 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
  • }