Accepts input to find available scorecards, optionally filtered and/or sorted.
| Property Name | Type | Description |
|---|---|---|
| after | InputMaybe<String> | Returns the scorecards after the specified cursor position. |
| filter | InputMaybe<CompassScorecardQueryFilter> | Returns only scorecards whose attributes match those in the filters specified. |
| first | InputMaybe<Number> | The first N number of scorecards to return in the query. |
| sort | InputMaybe<CompassScorecardQuerySort> | Returns scorecards according to the sorting scheme specified. |
Rate this page: