MapMigrationFieldStats
Decision tallies across the whole field set (all pages) — powers the toolbar count and the footer's canPush gate.
type MapMigrationFieldStats {
create: Int!
dropdowns_missing_options: Int!
exclude: Int!
map: Int!
total: Int!
}
Fields
MapMigrationFieldStats.create ● Int! non-null scalar
MapMigrationFieldStats.dropdowns_missing_options ● Int! non-null scalar
CREATE fields elevated to a dropdown that still have no authored options — the push is blocked until this is zero.
MapMigrationFieldStats.exclude ● Int! non-null scalar
MapMigrationFieldStats.map ● Int! non-null scalar
MapMigrationFieldStats.total ● Int! non-null scalar
Returned By
mapMigrationFieldStats query


