CreateOrUpdateTeamMappingPayload
Autogenerated return type of CreateOrUpdateTeamMapping
type CreateOrUpdateTeamMappingPayload {
clientMutationId: String
teamMappings: [TeamMapping!]
}
Fields
CreateOrUpdateTeamMappingPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateOrUpdateTeamMappingPayload.teamMappings
● [TeamMapping!]
list object
Returned By
createOrUpdateTeamMapping
mutation