OBJECT

TargetMappingBasic

Description

Information about the target mapping identifier.

link GraphQL Schema definition

  • type TargetMappingBasic {
  • # Id of the target mapping.
  • id: UUID!
  • # Name of the target mapping.
  • name: String!
  • }