The payload returned when querying for Compass-specific team data.
| Property Name | Type | Description |
|---|---|---|
| __typename | Literal | |
| currentCheckin | Maybe<CompassTeamCheckin> | The current checkin of the team. |
| id | String | A unique identifier (ID) of the team. |
| labels | Maybe<Array<CompassTeamLabel>> | A list of labels applied to the team within Compass. |
| metricSources | Maybe<CompassTeamMetricSourceConnection> | Fetch metric sources that belong to a team |
| pullRequests | Maybe<CompassPullRequestConnection> | Returns pull requests for a team. |
| teamId | Maybe<String> | A unique identifier (ID) of the team. |
Rate this page: