Annotation Type GraphQLQuery
@Retention(RUNTIME)
@Target({TYPE,METHOD})
public @interface GraphQLQuery
This annotation marks all generated classes that are queries/mutations/subscription, as defined in the GraphQL
schema.
- Author:
- EtienneSF