GraphQL reference

ChangeSubmittalStatusInput

Input

Autogenerated input type of ChangeSubmittalStatus

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

Example

mutation ChangeSubmittalStatus(
  $organizationId: ID!
  $projectId: ID!
  $input: ChangeSubmittalStatusInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      changeSubmittalStatus(input: $input) {
        submittal
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
idID!
mutationMetadataJSON
nowISO8601DateTime
numberInt
statusString!