TeamMapping
No description
type TeamMapping {
externalTeamId: String!
integrationId: Int!
team: Team!
}
Fields
TeamMapping.externalTeamId ● String! non-null scalar
The ID of the team in the external tool used for integration
TeamMapping.integrationId ● Int! non-null scalar
The ID of the integration associated with this mapping
TeamMapping.team ● Team! non-null object
The team associated with this mapping
Member Of
CreateOrUpdateTeamMappingPayload object ● SamlIntegration object