OBJECT
Dashboard
link GraphQL Schema definition
- type Dashboard {
- # List of assets that appear the most as the source of events,
- # AssetEventsCountConnection.totalCount is not supported for this field
- #
- # Arguments
- # since: Count only events after 'since'
- # after: Returns the items in the list that come after the
- # specified cursor.
- # first: Returns the first n items from the list.
- # before: Returns the items in the list that come before the
- # specified cursor.
- # last: Returns the last n items from the list.
- (
- Time, :
- String, :
- Int, :
- String, :
- Int :
- ): AssetEventsCountConnection!
- # List of assets that appear the most as the destination of events,
- # AssetEventsCountConnection.totalCount is not supported for this field
- #
- # Arguments
- # since: Count only events after 'since'
- # after: Returns the items in the list that come after the
- # specified cursor.
- # first: Returns the first n items from the list.
- # before: Returns the items in the list that come before the
- # specified cursor.
- # last: Returns the last n items from the list.
- (
- Time, :
- String, :
- Int, :
- String, :
- Int :
- ): AssetEventsCountConnection!
- }