Uses of Class
org.allGraphQLCases.client2.HumanConnection
-
Uses of HumanConnection in org.allGraphQLCases.client2
Modifier and TypeMethodDescriptionHumanConnection.Builder.build()
MyQueryTypeExecutorAllGraphQLCases2.connectionOnHuman
(ObjectResponse objectResponse, String planet, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.connectionOnHuman
(String queryResponseDef, String planet, Episode episode, Object... paramsAndValues) This method executes a partial query on the connectionOnHuman query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.connectionOnHumanWithBindValues
(ObjectResponse objectResponse, String planet, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.connectionOnHumanWithBindValues
(String queryResponseDef, String planet, Episode episode, Map<String, Object> parameters) This method executes a partial query on the connectionOnHuman query against the GraphQL server.MyQueryType.getConnectionOnHuman()
AllFieldCasesInterface.getFriends()
AllFieldCasesInterfaceType.getFriends()
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<HumanConnection>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.connectionOnHuman
(ObjectResponse objectResponse, String planet, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<HumanConnection>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.connectionOnHuman
(String queryResponseDef, String planet, Episode episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<HumanConnection>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.connectionOnHumanWithBindValues
(ObjectResponse objectResponse, String planet, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<HumanConnection>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.connectionOnHumanWithBindValues
(String queryResponseDef, String planet, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Modifier and TypeMethodDescriptionvoid
MyQueryType.setConnectionOnHuman
(HumanConnection connectionOnHuman) void
AllFieldCasesInterface.setFriends
(HumanConnection friends) void
AllFieldCasesInterfaceType.setFriends
(HumanConnection friends) MyQueryType.Builder.withConnectionOnHuman
(HumanConnection connectionOnHumanParam) AllFieldCasesInterfaceType.Builder.withFriends
(HumanConnection friendsParam)