listDashboards
listDashboards(
before: String
after: String
first: Int
last: Int
): DashboardConnection!
Arguments
listDashboards.before ● String scalar
Returns the items in the list that come before the specified cursor.
listDashboards.after ● String scalar
Returns the items in the list that come after the specified cursor.
listDashboards.first ● Int scalar
Returns the first n items from the list.
listDashboards.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
DashboardConnection object
A connection to a list of items.