INPUT_OBJECT

PublicationAuthorInput

Input type for creating or editing publication author details.

link GraphQL Schema definition

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