Uses of Class
org.junittest.forum_client_springconfiguration.TopicInput
Packages that use TopicInput
-
Uses of TopicInput in org.junittest.forum_client_springconfiguration
Methods in org.junittest.forum_client_springconfiguration that return TopicInputMethods in org.junittest.forum_client_springconfiguration with parameters of type TopicInputModifier and TypeMethodDescriptionMutationExecutorMySchema.createTopic
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, TopicInput topic, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationExecutorMySchema.createTopic
(String queryResponseDef, TopicInput topic, Object... paramsAndValues) This method executes a partial query on the createTopic mutation against the GraphQL server.MutationReactiveExecutorMySchema.createTopic
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, TopicInput topic, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationReactiveExecutorMySchema.createTopic
(String queryResponseDef, TopicInput topic, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MutationExecutorMySchema.createTopicWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, TopicInput topic, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationExecutorMySchema.createTopicWithBindValues
(String queryResponseDef, TopicInput topic, Map<String, Object> parameters) This method executes a partial query on the createTopic mutation against the GraphQL server.MutationReactiveExecutorMySchema.createTopicWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, TopicInput topic, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationReactiveExecutorMySchema.createTopicWithBindValues
(String queryResponseDef, TopicInput topic, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.