OBJECT
DashboardDefaultConnection
DashboardDefault Connection Type
link GraphQL Schema definition
- type DashboardDefaultConnection implements Connection {
- # count of dashboard default on this page
- Int! :
- # dashboards instances
- DashboardDefault!] : [
- # default dashboard edge
- DashboardDefaultEdge!] : [
- # Represents pagination information in Relay about the edges.
- PageInfo! :
- # Total count of dashboard defaults, may not always be an exact number and hence
- # consumers should not rely only on this
- Int :
- }