Uses of Class
org.activiti.cloud.services.notifications.graphql.web.api.GraphQLQueryResult.Builder
Packages that use GraphQLQueryResult.Builder
-
Uses of GraphQLQueryResult.Builder in org.activiti.cloud.services.notifications.graphql.web.api
Methods in org.activiti.cloud.services.notifications.graphql.web.api that return GraphQLQueryResult.BuilderModifier and TypeMethodDescriptionstatic GraphQLQueryResult.BuilderGraphQLQueryResult.builderFrom(GraphQLQueryResult graphQLQueryResult) Creates a builder to buildGraphQLQueryResultand initialize it with the given object.Builder method for data parameter.GraphQLQueryResult.Builder.withErrors(List<Map<String, Object>> errors) Builder method for errors parameter.GraphQLQueryResult.Builder.withExtensions(Map<Object, Object> extensions) Builder method for extensions parameter.