Annotation Type GraphQLObject


@Documented
@Retention(RUNTIME)
@Target(TYPE)
public @interface GraphQLObject
Annotation used to mark a class or interface that should become a type within the GraphQL API.