MapDashletUsage
Represents an account's map dashlet usage against its plan limit.
type MapDashletUsage {
limit: Int
used: Int!
limitReached: Boolean!
}
Fields
MapDashletUsage.limit ● Int scalar
Max map dashlets that can be used simultaneously account-wide; null means unlimited.
MapDashletUsage.used ● Int! non-null scalar
Currently active map dashlets across all of the account's dashboards.
MapDashletUsage.limitReached ● Boolean! non-null scalar
Whether the map dashlet limit has been reached.