INPUT_OBJECT

FinOpsPropertyFilterInput

Name and list of values for the FinOps property to be queried

link GraphQL Schema definition

  • input FinOpsPropertyFilterInput {
  • # Name of the property to be queried
  • name: String!
  • # List of values for the property to be queried
  • value: [String!]!
  • }