desWorkspaceInsInsights
Gets a list of insights.
desWorkspaceInsInsights(
after: String
before: String
filter: DesWorkspaceInsInsightFilterInput
first: Int
last: Int
sorting: DesWorkspaceInsOrderingInput
): DesWorkspaceInsInsightsConnection
Arguments
desWorkspaceInsInsights.after ● String scalar
Returns the elements in the list that come after the specified cursor.
desWorkspaceInsInsights.before ● String scalar
Returns the elements in the list that come before the specified cursor.
desWorkspaceInsInsights.filter ● DesWorkspaceInsInsightFilterInput input
desWorkspaceInsInsights.first ● Int scalar
Returns the first _n_ elements from the list.
desWorkspaceInsInsights.last ● Int scalar
Returns the last _n_ elements from the list.
desWorkspaceInsInsights.sorting ● DesWorkspaceInsOrderingInput input
Type
DesWorkspaceInsInsightsConnection object
A connection to a list of items.