Class GraphQLSubscriptionSchemaBuilder
java.lang.Object
org.activiti.cloud.services.notifications.graphql.subscriptions.GraphQLSubscriptionSchemaBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongraphql.schema.GraphQLSchemaprotected ReaderloadSchemaFile(String name) graphql.schema.idl.TypeRuntimeWiring.BuilderwithSubscription(String fieldName, graphql.schema.DataFetcher<?> dataFetcher) graphql.schema.idl.TypeRuntimeWiring.BuilderwithTypeWiring(String typeName)
-
Constructor Details
-
GraphQLSubscriptionSchemaBuilder
-
-
Method Details
-
withTypeWiring
-
withSubscription
public graphql.schema.idl.TypeRuntimeWiring.Builder withSubscription(String fieldName, graphql.schema.DataFetcher<?> dataFetcher) -
getGraphQLSchema
public graphql.schema.GraphQLSchema getGraphQLSchema() -
loadSchemaFile
- Throws:
IOException
-