Uses of Interface
org.allGraphQLCases.client2.CharacterConnection
-
Uses of CharacterConnection in org.allGraphQLCases.client2
Modifier and TypeMethodDescriptionMyQueryTypeExecutorAllGraphQLCases2.connectionWithoutParameters
(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
(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()
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<CharacterConnection>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.connectionWithoutParameters
(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
(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.Modifier and TypeMethodDescriptionvoid
MyQueryType.setConnectionWithoutParameters
(CharacterConnection connectionWithoutParameters) MyQueryType.Builder.withConnectionWithoutParameters
(CharacterConnection connectionWithoutParametersParam)