Uses of Interface
org.allGraphQLCases.client2.CharacterConnection
Packages that use CharacterConnection
-
Uses of CharacterConnection in org.allGraphQLCases.client2
Methods in org.allGraphQLCases.client2 that return CharacterConnectionModifier and TypeMethodDescriptionMyQueryTypeExecutorAllGraphQLCases2.connectionWithoutParameters(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.connectionWithoutParameters(String queryResponseDef, Object... paramsAndValues) This method executes a partial query on the connectionWithoutParameters query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.connectionWithoutParametersWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.connectionWithoutParametersWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query on the connectionWithoutParameters query against the GraphQL server.MyQueryType.getConnectionWithoutParameters()Methods in org.allGraphQLCases.client2 that return types with arguments of type CharacterConnectionModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<CharacterConnection>>MyQueryTypeReactiveExecutorAllGraphQLCases2.connectionWithoutParameters(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CharacterConnection>>MyQueryTypeReactiveExecutorAllGraphQLCases2.connectionWithoutParameters(String queryResponseDef, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<CharacterConnection>>MyQueryTypeReactiveExecutorAllGraphQLCases2.connectionWithoutParametersWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CharacterConnection>>MyQueryTypeReactiveExecutorAllGraphQLCases2.connectionWithoutParametersWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Methods in org.allGraphQLCases.client2 with parameters of type CharacterConnectionModifier and TypeMethodDescriptionvoidMyQueryType.setConnectionWithoutParameters(CharacterConnection connectionWithoutParameters) MyQueryType.Builder.withConnectionWithoutParameters(CharacterConnection connectionWithoutParametersParam)