INPUT_OBJECT

CreateAudienceInput

CreateAudienceInput is used for create Audience object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateAudienceInput {
  • 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
  • npiTaxonomyIDs: [ID!]
  • postIDs: [ID!]
  • tenantID: ID
  • }

link Require by