summaryrefslogtreecommitdiff
path: root/lib/types/cake.rb
diff options
context:
space:
mode:
authormo khan <mo.m.khan@shopify.com>2020-12-23 16:44:27 -0700
committermo khan <mo.m.khan@shopify.com>2020-12-23 16:44:27 -0700
commitc9e2cb2accb9a1a484b0d709fe5eb5d537486e21 (patch)
tree2ea4eac78b1f1e81977dd9affca6247e212f404b /lib/types/cake.rb
parentae339b9477eea323caaf67371c5abd92723633cd (diff)
test: start to test schema
Diffstat (limited to 'lib/types/cake.rb')
-rw-r--r--lib/types/cake.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/types/cake.rb b/lib/types/cake.rb
index 94f3240..d610a0a 100644
--- a/lib/types/cake.rb
+++ b/lib/types/cake.rb
@@ -1,5 +1,7 @@
module Types
class Cake < GraphQL::Schema::Object
field :name, String, null: false
+ #field :created_at, DateTime, null: false
+ #field :updated_at, DateTime, null: false
end
end