GraphQL reference

LockCommitmentSovInput

Input

Autogenerated input 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.
commitmentIdID!
mutationMetadataJSON
nowISO8601DateTime