GraphQL reference

SendSubmittalInput

Input

Autogenerated input type of SendSubmittal

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

Example

mutation SendSubmittal(
  $organizationId: ID!
  $projectId: ID!
  $input: SendSubmittalInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      sendSubmittal(input: $input) {
        submittal
        errors
      }
    }
  }
}

Fields

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