INPUT_OBJECT

CreateLicensedRightInput

Autogenerated input type of CreateLicensedRight

link GraphQL Schema definition

  • input CreateLicensedRightInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The contract unique identifier foreign key
  • contractId: Int!
  • # The right type identifier
  • rightType: String!
  • # The percentage value to the author
  • authorCut: Float!
  • }

link Require by