summaryrefslogtreecommitdiff
path: root/lib/types/cake.rb
blob: 94f32409faf1a6031b26922ec6b222d4f50fd2bb (plain)
1
2
3
4
5
module Types
  class Cake < GraphQL::Schema::Object
    field :name, String, null: false
  end
end