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