OBJECT
UpdateContractPayload
Autogenerated return type of UpdateContract.
link GraphQL Schema definition
- type UpdateContractPayload {
- # A unique identifier for the client performing the mutation.
- : String
- # The contract object
- : Contract!
- # Validation errors for the contract
- : [ValidationError!]!
- }