ServiceTypeInput
No description
input ServiceTypeInput {
id: ID
contractId: ID
serviceTypeId: Int!
licenceAmountType: String!
licenceAmount: Int!
durationDays: Int!
}
No description
input ServiceTypeInput {
id: ID
contractId: ID
serviceTypeId: Int!
licenceAmountType: String!
licenceAmount: Int!
durationDays: Int!
}
ServiceTypeInput.id
● ID
scalarServiceTypeInput.contractId
● ID
scalarServiceTypeInput.serviceTypeId
● Int!
non-null scalarServiceTypeInput.licenceAmountType
● String!
non-null scalarServiceTypeInput.licenceAmount
● Int!
non-null scalarServiceTypeInput.durationDays
● Int!
non-null scalar