GraphQL reference

UnlockCommitmentSovInput

Input

Autogenerated input type of UnlockCommitmentSov

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

Example

mutation UnlockCommitmentSov(
  $organizationId: ID!
  $projectId: ID!
  $input: UnlockCommitmentSovInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      unlockCommitmentSov(input: $input) {
        commitment
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
commitmentIdID!
mutationMetadataJSON
nowISO8601DateTime