UpdateContractInput
Autogenerated input type of UpdateContract
#
Fieldsid
(Int!
)#
companyId
(Int
)#
Company Id. Set it to indicate the contract owner
description
(String
)#
Contract description. You must describe important points
startedAt
(ISO8601Date
)#
Start date. Set it to indicate the initial date
finishedAt
(ISO8601Date
)#
End date. Set it to indicate the end date
noEndDate
(Boolean
)#
Whether or not the contract has an end date
contacts
([ContactTypeInput!]
)#
List of contacts
services
([ServiceTypeInput!]
)#
List of services
resourcesCount
(Int
)#
attachment
(Upload
)#
educationSecret
(String
)#
educationId
(Int
)#
clientMutationId
(String
)#
A unique identifier for the client performing the mutation.