Interface GraphQLSubscriptionProvider

All Superinterfaces:
GraphQLProvider

public interface GraphQLSubscriptionProvider extends GraphQLProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<graphql.schema.GraphQLFieldDefinition>
    getSubscriptions(graphql.annotations.processor.GraphQLAnnotations graphQLAnnotations)
     
  • Method Details

    • getSubscriptions

      Set<graphql.schema.GraphQLFieldDefinition> getSubscriptions(graphql.annotations.processor.GraphQLAnnotations graphQLAnnotations)