pupilfirst/pupilfirst

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module Types
  class CoachStatsType < Types::BaseObject
    field :reviewed_submissions, Integer, null: false
    field :pending_submissions, Integer, null: false
  end
end