Just as [QueryType] and [MutationType] mark the root types for queries and mutations, [SubscriptionType] designates a class as the root subscription type:
[QueryType]
[MutationType]
[SubscriptionType]