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