OBJECT

UpdateContractPayload

Autogenerated return type of UpdateContract.

link GraphQL Schema definition

  • type UpdateContractPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The contract object
  • contract: Contract!
  • # Validation errors for the contract
  • errors: [ValidationError!]!
  • }

link Require by