Uses of Interface
org.activiti.cloud.services.notifications.graphql.web.api.GraphQLQueryRequest.IBuildStage
-
Packages that use GraphQLQueryRequest.IBuildStage Package Description org.activiti.cloud.services.notifications.graphql.web.api -
-
Uses of GraphQLQueryRequest.IBuildStage in org.activiti.cloud.services.notifications.graphql.web.api
Classes in org.activiti.cloud.services.notifications.graphql.web.api that implement GraphQLQueryRequest.IBuildStage Modifier and Type Class Description static classGraphQLQueryRequest.BuilderBuilder to buildGraphQLQueryRequest.Methods in org.activiti.cloud.services.notifications.graphql.web.api that return GraphQLQueryRequest.IBuildStage Modifier and Type Method Description GraphQLQueryRequest.IBuildStageGraphQLQueryRequest.Builder. withQuery(String query)GraphQLQueryRequest.IBuildStageGraphQLQueryRequest.IQueryStage. withQuery(String query)Builder method for query parameter.GraphQLQueryRequest.IBuildStageGraphQLQueryRequest.Builder. withVariables(Map<String,Object> variables)GraphQLQueryRequest.IBuildStageGraphQLQueryRequest.IBuildStage. withVariables(Map<String,Object> variables)Builder method for variables parameter.
-