INPUT_OBJECT

ProtectionStatusFilter

Description

Filter to return objects with a matching protection status.

link GraphQL Schema definition

  • input ProtectionStatusFilter {
  • # List of protection statuses to filter by.
  • protectionStatuses: [String!]!
  • }