OBJECT

EntityTypeFieldMapping

link GraphQL Schema definition

  • type EntityTypeFieldMapping {
  • # Source entity-type ids this mapping applies to.
  • sourceTypeIds: [ID!]
  • # Target entity-type ids this mapping applies to.
  • targetTypeIds: [ID!]
  • # Field-to-field mapping used when both the source and target types match.
  • mapping: FieldMappingTemplate
  • }