OBJECT

Audience

link GraphQL Schema definition

  • type Audience implements Node {
  • id: ID!
  • name: String!
  • # The raw text template for the designation text that will be displayed on the
  • # certificate. Use the designation field to get the rendered text.
  • designationtemplate: String!
  • createdAt: Time!
  • updatedAt: Time!
  • npiTaxonomies: [NpiTaxonomy!]
  • posts: [Post!]
  • # The tenant that the topic belongs to.
  • tenant: Tenant
  • # The rendered text designation for the audience / credit hours. Can only be used
  • # when nested inside a post.
  • designation: String!
  • }