Skip to content

Commit

Permalink
Update metaphysics schema
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyit committed Jun 2, 2020
1 parent 6b6bd0f commit a9d7bf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -5677,6 +5677,9 @@ type Me implements Node {
secondFactors(kinds: [SecondFactorKind]): [SecondFactor]
type: String

# The count of conversations with unread messages.
unreadConversationCount: Int!

# A count of unread notifications.
unreadNotificationsCount: Int!
}
Expand Down

0 comments on commit a9d7bf1

Please sign in to comment.