ServiceTypeInput
No description
input ServiceTypeInput {
id: ID
contractId: ID
serviceTypeId: Int!
licenceAmountType: String!
licenceAmount: Int!
durationDays: Int!
}
Fields
ServiceTypeInput.id
● ID
scalar
ServiceTypeInput.contractId
● ID
scalar
ServiceTypeInput.serviceTypeId
● Int!
non-null scalar
ServiceTypeInput.licenceAmountType
● String!
non-null scalar
ServiceTypeInput.licenceAmount
● Int!
non-null scalar
ServiceTypeInput.durationDays
● Int!
non-null scalar
Member of
CreateContractInput
input ● UpdateContractInput
input