OBJECT

FinOpsCostWithCurrency

link GraphQL Schema definition

  • type FinOpsCostWithCurrency {
  • # A standard ISO currency code
  • currency: String!
  • # The currency value: A non-negative number; precision unspecified. Open Q: can
  • # this be null for unknown (as opposed to 0.00)?
  • value: Float!
  • }