Skip to main content

Contract

No description

type Contract {
attachment: String
attachmentContentType: String
attachmentFilename: String
attachmentId: String
attachmentSize: Int
client: Company @deprecated
company: Company
companyId: Int @deprecated
consumedServices: ContractConsumedServices
contacts: [Contact!]
createdAt: ISO8601DateTime!
customMetadata: ContractCollection
daysConnecttivityBlock: Int
description: String
educationId: Int
educationSecret: String
finishedAt: ISO8601Date
finishedContracts: Int
id: ID!
newContractModel: Boolean
noEndDate: Boolean
onPremiseKey: String
openedContracts: Int
professionalService: Int
resourcesCount: Int
scopeId: Int @deprecated
serviceKind: String
serviceKinds: [ContractService!]
startedAt: ISO8601Date
status: String
totalContracts: Int
trialDays: Int
updatedAt: ISO8601DateTime!
}

Fields

Contract.attachment ● String scalar

Contract.attachmentContentType ● String scalar

Contract.attachmentFilename ● String scalar

Contract.attachmentId ● String scalar

Contract.attachmentSize ● Int scalar

Contract.client ● Company deprecated object

[DEPRECATED]

this field is deprecated and will be removed soon, it's highly recommended to use the field 'company' to get the information that you need

Contract.company ● Company object

Contract.companyId ● Int deprecated scalar

[DEPRECATED]

this field is deprecated and will be removed soon, it's highly recommended to use the field 'company' to get the information that you need

Contract.consumedServices ● ContractConsumedServices object

Contract.contacts ● [Contact!] list object

Contract.createdAt ● ISO8601DateTime! non-null scalar

Contract.customMetadata ● ContractCollection object

Contract.daysConnecttivityBlock ● Int scalar

Contract.description ● String scalar

Contract.educationId ● Int scalar

Contract.educationSecret ● String scalar

Contract.finishedAt ● ISO8601Date scalar

Contract.finishedContracts ● Int scalar

Contract.id ● ID! non-null scalar

Contract.newContractModel ● Boolean scalar

Contract.noEndDate ● Boolean scalar

Contract.onPremiseKey ● String scalar

Contract.openedContracts ● Int scalar

Contract.professionalService ● Int scalar

Contract.resourcesCount ● Int scalar

Contract.scopeId ● Int deprecated scalar

[DEPRECATED]

this field is deprecated and will be removed soon, it's highly recommended to use the field 'company' to get the information that you need

Contract.serviceKind ● String scalar

Contract.serviceKinds ● [ContractService!] list object

Contract.startedAt ● ISO8601Date scalar

Contract.status ● String scalar

Contract.totalContracts ● Int scalar

Contract.trialDays ● Int scalar

Contract.updatedAt ● ISO8601DateTime! non-null scalar

Returned by

contract query

Member Of

Contact object ● ContractCollection object ● ContractService object ● CreateContractPayload object