For the complete documentation index, see llms.txt. This page is also available as Markdown.

stateComparisonRow

Examples

type StateComparisonRow {
  area: String!
  current: Int!
  original: Int!
  change: Int!
  secondaryCurrent: Int
  isNested: Boolean!
}

Fields

Field
Description
Supported fields

area String!

current Int!

original Int!

change Int!

secondaryCurrent Int

isNested Boolean!

References

Fields with this object:

Last updated