GraphQL reference

LockCommitmentSovPayload

Object

Autogenerated return type of LockCommitmentSov.

mutation { organization(id: $organizationId) { project(id: $projectId) { lockCommitmentSov } } }

Example

mutation LockCommitmentSov(
  $organizationId: ID!
  $projectId: ID!
  $input: LockCommitmentSovInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      lockCommitmentSov(input: $input) {
        commitment
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
commitmentCommitment
constructableUrlString
errors[String!]!