Annotation Interface RequiresGraphQLApolloWs


@Deprecated(since="4.0") @Documented @Retention(RUNTIME) @Target({PACKAGE,TYPE}) @Requires(property="graphql.graphql-apollo-ws.enabled",notEquals="false") @Requires(beans=graphql.GraphQL.class) public @interface RequiresGraphQLApolloWs
Deprecated.
The Apollo subscriptions-transport-ws protocol is deprecated and its usage should be replaced with the new graphql-ws implementation.
Meta annotation for GraphQL web socket requirements.
Since:
1.3
Author:
Gerard Klijs