Uses of Class
org.allGraphQLCases.client2.HumanConnection
Packages that use HumanConnection
-
Uses of HumanConnection in org.allGraphQLCases.client2
Methods in org.allGraphQLCases.client2 that return HumanConnectionModifier 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()
Methods in org.allGraphQLCases.client2 that return types with arguments of type HumanConnectionModifier 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.Methods in org.allGraphQLCases.client2 with parameters of type HumanConnectionModifier 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)