Skip to main content

ContractService

No description

type ContractService {
contract: Contract!
contractId: ID!
createdAt: ISO8601DateTime!
durationDays: Int
id: ID!
licenceAmount: Int
licenceAmountType: String
serviceKindId: ID!
serviceKindLabel: String
updatedAt: ISO8601DateTime!
}

Fields

ContractService.contract ● Contract! non-null object

ContractService.contractId ● ID! non-null scalar

ContractService.createdAt ● ISO8601DateTime! non-null scalar

ContractService.durationDays ● Int scalar

ContractService.id ● ID! non-null scalar

ContractService.licenceAmount ● Int scalar

ContractService.licenceAmountType ● String scalar

ContractService.serviceKindId ● ID! non-null scalar

ContractService.serviceKindLabel ● String scalar

ContractService.updatedAt ● ISO8601DateTime! non-null scalar

Member of

Contract object