INPUT_OBJECT

CreateLicenseTopicInput

CreateLicenseTopicInput is used for create LicenseTopic object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateLicenseTopicInput {
  • # Name of the license topic
  • name: String!
  • licenseRequirementIDs: [ID!]
  • }

link Require by