datacite/lupo

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

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class DataPaperConnectionWithTotalType < BaseConnection
  edge_type(DataPaperEdgeType)
  field_class GraphQL::Cache::Field
  implements Interfaces::WorkFacetsInterface
end