GraphQLQuery

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

Marks the target class as a GraphQL query root.

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