OBJECT

PublicationCommentAuthor

link GraphQL Schema definition

  • type PublicationCommentAuthor {
  • avatar: URL
  • browser: String!
  • displayName: String
  • email: String
  • fullName: String @deprecated( reason: "Use PublicationCommentAuthor.displayName instead." )
  • id: String
  • os: String!
  • platform: String!
  • }