datacite/lupo

View on GitHub
app/graphql/types/conference_paper_type.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class ConferencePaperType < BaseObject
  implements DoiItem

  def type
    "ConferencePaper"
  end
end