OBJECT
Audience
link GraphQL Schema definition
- type Audience implements Node {
- : ID!
- : 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.
- : String!
- : Time!
- : Time!
- : [NpiTaxonomy!]
- : [Post!]
- # The tenant that the topic belongs to.
- : Tenant
- # The rendered text designation for the audience / credit hours. Can only be used
- # when nested inside a post.
- : String!
- }