summaryrefslogtreecommitdiffstats
path: root/graphcool/types.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'graphcool/types.graphql')
-rw-r--r--graphcool/types.graphql3
1 files changed, 0 insertions, 3 deletions
diff --git a/graphcool/types.graphql b/graphcool/types.graphql
index dcdd690..44fea35 100644
--- a/graphcool/types.graphql
+++ b/graphcool/types.graphql
@@ -51,6 +51,3 @@ type User @model {
cart: [Item!]! @relation(name: "CartItems")
level: Int
}
-
-
-