GraphQL reference

DeleteCloseoutExportInput

Input

Autogenerated input type of DeleteCloseoutExport

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

Example

mutation DeleteCloseoutExport(
  $organizationId: ID!
  $projectId: ID!
  $input: DeleteCloseoutExportInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      deleteCloseoutExport(input: $input) {
        closeoutExport
        errors
      }
    }
  }
}

Fields

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