OBJECT
FieldMappingEntityEdge
A Relay edge containing a FieldMappingEntity
and its cursor.
link GraphQL Schema definition
- type FieldMappingEntityEdge {
- # The item at the end of the edge
- FieldMappingEntity :
- # A cursor for use in pagination
- String! :
- }