OBJECT

EntityOperationMappingOption

link GraphQL Schema definition

  • type EntityOperationMappingOption {
  • # Value on the source field that this option maps from.
  • sourceValue: String!
  • # Value the source value is translated to on the target field.
  • targetValue: String
  • }