Interface GraphQLSubscriptionProvider
-
- All Superinterfaces:
GraphQLProvider
public interface GraphQLSubscriptionProvider extends GraphQLProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<graphql.schema.GraphQLFieldDefinition>
getSubscriptions(graphql.annotations.processor.GraphQLAnnotations graphQLAnnotations)
-
-
-
Method Detail
-
getSubscriptions
Set<graphql.schema.GraphQLFieldDefinition> getSubscriptions(graphql.annotations.processor.GraphQLAnnotations graphQLAnnotations)
-
-