public interface GraphQLSubscriptionProvider extends GraphQLFieldProvider
| Modifier and Type | Method and Description |
|---|---|
default java.util.Collection<graphql.schema.GraphQLFieldDefinition> |
getFields() |
java.util.Collection<graphql.schema.GraphQLFieldDefinition> |
getSubscriptions() |
java.util.Collection<graphql.schema.GraphQLFieldDefinition> getSubscriptions()
default java.util.Collection<graphql.schema.GraphQLFieldDefinition> getFields()
getFields in interface GraphQLFieldProvider