INPUT_OBJECT

AzureNativeRegionNonEmptyFilter

Description

Filter to return Azure native regions that have workloads (non-empty) or are empty.

link GraphQL Schema definition

  • input AzureNativeRegionNonEmptyFilter {
  • # True to return regions with workloads, false to return empty regions.
  • nonEmpty: Boolean!
  • }