Types::MappingOriginEnum = GraphQL::EnumType.define do
  name 'MappingOrigin'
  description 'Specifies the origin (in the DOL document) of the Mapping'

  value 'see_target', 'that of the source OMS of the mapping'