diff --git a/schema.graphql b/schema.graphql index c624458..79f869b 100644 --- a/schema.graphql +++ b/schema.graphql @@ -1,7 +1,6 @@ type User { name: String! handle: String! - tweets: [Tweet] verified: Boolean } @@ -14,4 +13,4 @@ type Tweet { type Hashtag { name: String! -} \ No newline at end of file +}