Uses of Class
org.junittest.forum_client_springconfiguration.Board
Packages that use Board
-
Uses of Board in org.junittest.forum_client_springconfiguration
Methods in org.junittest.forum_client_springconfiguration that return BoardModifier and TypeMethodDescriptionBoard.Builder.build()
MutationExecutorMySchema.createBoard
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String name, Boolean publiclyAvailable, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationExecutorMySchema.createBoard
(String queryResponseDef, String name, Boolean publiclyAvailable, Object... paramsAndValues) This method executes a partial query on the createBoard mutation against the GraphQL server.MutationExecutorMySchema.createBoardWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String name, Boolean publiclyAvailable, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationExecutorMySchema.createBoardWithBindValues
(String queryResponseDef, String name, Boolean publiclyAvailable, Map<String, Object> parameters) This method executes a partial query on the createBoard mutation against the GraphQL server.Mutation.getCreateBoard()
Methods in org.junittest.forum_client_springconfiguration that return types with arguments of type BoardModifier and TypeMethodDescriptionQueryExecutorMySchema.boards
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query on the boards query against the GraphQL server.QueryReactiveExecutorMySchema.boards
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query against the GraphQL server.QueryExecutorMySchema.boardsWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryExecutorMySchema.boardsWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query on the boards query against the GraphQL server.QueryReactiveExecutorMySchema.boardsWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryReactiveExecutorMySchema.boardsWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.MutationReactiveExecutorMySchema.createBoard
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String name, Boolean publiclyAvailable, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationReactiveExecutorMySchema.createBoard
(String queryResponseDef, String name, Boolean publiclyAvailable, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MutationReactiveExecutorMySchema.createBoardWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String name, Boolean publiclyAvailable, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationReactiveExecutorMySchema.createBoardWithBindValues
(String queryResponseDef, String name, Boolean publiclyAvailable, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Query.getBoards()
Methods in org.junittest.forum_client_springconfiguration with parameters of type BoardModifier and TypeMethodDescriptionvoid
Mutation.setCreateBoard
(Board createBoard) Mutation.Builder.withCreateBoard
(Board createBoardParam) Method parameters in org.junittest.forum_client_springconfiguration with type arguments of type Board