af83/chouette-core

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

Summary

Maintainability
A
0 mins
Test Coverage
module Types
  class ServiceCountType < Types::BaseObject
    description "Service count"

    field :date, String, GraphQL::Types::ISO8601Date, null: true
    field :count, Integer, null:true

  end
end