Types::MappingTypeEnum = GraphQL::EnumType.define do
  name 'MappingType'
  description 'Specifies the type of the Mapping (=link in the development graph)'

  value 'local_def', 'local definition link'