INPUT_OBJECT

GcpNativeRegionFilter

Description

Filter to return GCP objects which have region in the given list of regions.

link GraphQL Schema definition

  • input GcpNativeRegionFilter {
  • # List of GCP regions.
  • regions: [String!]!
  • }