consul/consul

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

Summary

Maintainability
A
0 mins
Test Coverage
module Types
  class GeozoneType < Types::BaseObject
    field :id, ID, null: false
    field :name, String, null: true
  end
end