INPUT_OBJECT

DestTeamInfo

Description

Destination Team details.

link GraphQL Schema definition

  • input DestTeamInfo {
  • # Name of the destination Team.
  • destTeamName: String!
  • # RSC ID of the destination organization.
  • destTeamOrgId: UUID
  • }