INPUT_OBJECT
Autogenerated input type of CreateLicensedRight
input CreateLicensedRightInput {# A unique identifier for the client performing the mutation.clientMutationId: String# The contract unique identifier foreign keycontractId: Int!# The right type identifierrightType: String!# The percentage value to the authorauthorCut: Float!}