CreateOrUpdateTeamMappingInput
Autogenerated input type of CreateOrUpdateTeamMapping
input CreateOrUpdateTeamMappingInput {
clientMutationId: String
integrationId: ID!
teamMappings: [TeamMappingInput!]!
}
Fields
CreateOrUpdateTeamMappingInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateOrUpdateTeamMappingInput.integrationId
● ID!
non-null scalar
CreateOrUpdateTeamMappingInput.teamMappings
● [TeamMappingInput!]!
non-null input
Member Of
createOrUpdateTeamMapping
mutation