summaryrefslogtreecommitdiff
path: root/lib/types/cake.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/types/cake.rb')
-rw-r--r--lib/types/cake.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/types/cake.rb b/lib/types/cake.rb
new file mode 100644
index 0000000..94f3240
--- /dev/null
+++ b/lib/types/cake.rb
@@ -0,0 +1,5 @@
+module Types
+ class Cake < GraphQL::Schema::Object
+ field :name, String, null: false
+ end
+end