GraphQLSubscription

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class GraphQLSubscription

Marks the target class as a GraphQL subscription root.

There can be only one GraphQLSubscription class in a given compilation.