Skip to content

SnappableGroupBy

Snappable data with groupby info applied to it.

Fields

Field Type Description
groupByInfo SnappableGroupByInfo! The data groupby info.
snappableConnection SnappableConnection! Paginated snappable data.
snappableGroupBy [SnappableGroupBy!]! Provides further groupings for the data.

Field Arguments

Field Argument Type Description
snappableConnection first Int Returns the first n elements from the list.
snappableConnection after String Returns the elements in the list that occur after the specified cursor.
snappableConnection last Int Returns the last n elements from the list.
snappableConnection before String Returns the elements in the list that occur before the specified cursor.
snappableConnection sortOrder SortOrder Sorts the order of results.
snappableConnection sortBy SnappableSortByEnum Sort workloads by field.
snappableGroupBy groupBy (required) SnappableGroupByEnum! Group workloads by field.

Used By

Queries

Referenced by