INPUT_OBJECT

UpdateAudienceInput

UpdateAudienceInput is used for update Audience object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateAudienceInput {
  • 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
  • addNpiTaxonomyIDs: [ID!]
  • removeNpiTaxonomyIDs: [ID!]
  • clearNpiTaxonomies: Boolean
  • addPostIDs: [ID!]
  • removePostIDs: [ID!]
  • clearPosts: Boolean
  • tenantID: ID
  • clearTenant: Boolean
  • }

link Require by