INPUT_OBJECT

UpdateLicenseTopicInput

UpdateLicenseTopicInput is used for update LicenseTopic object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateLicenseTopicInput {
  • # Name of the license topic
  • name: String
  • addLicenseRequirementIDs: [ID!]
  • removeLicenseRequirementIDs: [ID!]
  • clearLicenseRequirements: Boolean
  • }

link Require by