index
:
cakeside/graphql-api.git
main
GraphQL API for CakeSide
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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