dashboards
Return a list of dashboards.
dashboards(
where: QueryDashboardsWhereWhereConditions
orderBy: [QueryDashboardsOrderByOrderByClause!]
first: Int! = 50
after: String
trashed: Trashed
): DashboardConnection!
Arguments
dashboards.where ● QueryDashboardsWhereWhereConditions input
dashboards.orderBy ● [QueryDashboardsOrderByOrderByClause!] list input
dashboards.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 50.
dashboards.after ● String scalar
A cursor after which elements are returned.
dashboards.trashed ● Trashed enum
Allows to filter if trashed elements should be fetched.
Type
DashboardConnection object
A paginated list of Dashboard edges.