INPUT_OBJECT

AzureNativeTagFilter

Description

Filter to return Azure objects which have at least one tag in the given list of tags.

link GraphQL Schema definition

  • input AzureNativeTagFilter {
  • # Filter by tag.
  • tagFilterParams: [TagFilterParams!]!
  • }