Uses of Class
io.leangen.graphql.spqr.spring.web.dto.ExecutorParams
Packages that use ExecutorParams
Package
Description
-
Uses of ExecutorParams in io.leangen.graphql.spqr.spring.web
Methods in io.leangen.graphql.spqr.spring.web with parameters of type ExecutorParamsModifier and TypeMethodDescriptionGraphQLExecutor.execute(graphql.GraphQL graphQL, ExecutorParams<R> params) HttpExecutor.execute(graphql.GraphQL graphQL, ExecutorParams<R> params) -
Uses of ExecutorParams in io.leangen.graphql.spqr.spring.web.mvc.websocket
Methods in io.leangen.graphql.spqr.spring.web.mvc.websocket with parameters of type ExecutorParamsModifier and TypeMethodDescriptiongraphql.ExecutionResultDefaultGraphQLExecutor.execute(graphql.GraphQL graphQL, ExecutorParams<org.springframework.web.socket.WebSocketSession> params) graphql.ExecutionResultGraphQLWebSocketExecutor.execute(graphql.GraphQL graphQL, ExecutorParams<org.springframework.web.socket.WebSocketSession> params)