Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jairad26 authored Feb 29, 2024
1 parent 034132f commit ada0936
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions schema.graphql
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
type User {
name: String!
handle: String!
tweets: [Tweet]
verified: Boolean
}

Expand All @@ -14,4 +13,4 @@ type Tweet {

type Hashtag {
name: String!
}
}

0 comments on commit ada0936

Please sign in to comment.