Uses of Class
com.generated.graphql.Human
Packages that use Human
Package
Description
-
Uses of Human in com.generated.graphql
Methods in com.generated.graphql that return HumanModifier and TypeMethodDescriptionHuman.Builder.build()
MutationType.getCreateHuman()
QueryType.getHuman()
Methods in com.generated.graphql with parameters of type HumanModifier and TypeMethodDescriptionvoid
MutationType.setCreateHuman
(Human createHuman) void
MutationType.Builder.withCreateHuman
(Human createHumanParam) -
Uses of Human in com.generated.graphql.util
Methods in com.generated.graphql.util that return HumanModifier and TypeMethodDescriptionMutationTypeExecutor.createHuman
(ObjectResponse objectResponse, String name, String homePlanet, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeExecutor.createHuman
(String queryResponseDef, String name, String homePlanet, Object... paramsAndValues) This method executes a partial query on the createHuman mutation against the GraphQL server.MutationTypeExecutor.createHumanWithBindValues
(ObjectResponse objectResponse, String name, String homePlanet, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeExecutor.createHumanWithBindValues
(String queryResponseDef, String name, String homePlanet, Map<String, Object> parameters) This method executes a partial query on the createHuman mutation against the GraphQL server.QueryTypeExecutor.human
(ObjectResponse objectResponse, String id, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query on the human query against the GraphQL server.QueryTypeExecutor.humanWithBindValues
(ObjectResponse objectResponse, String id, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutor.humanWithBindValues
(String queryResponseDef, String id, Map<String, Object> parameters) This method executes a partial query on the human query against the GraphQL server.Methods in com.generated.graphql.util that return types with arguments of type HumanModifier and TypeMethodDescriptionMutationTypeReactiveExecutor.createHuman
(ObjectResponse objectResponse, String name, String homePlanet, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeReactiveExecutor.createHuman
(String queryResponseDef, String name, String homePlanet, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MutationTypeReactiveExecutor.createHumanWithBindValues
(ObjectResponse objectResponse, String name, String homePlanet, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeReactiveExecutor.createHumanWithBindValues
(String queryResponseDef, String name, String homePlanet, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.QueryTypeReactiveExecutor.human
(ObjectResponse objectResponse, String id, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query against the GraphQL server.QueryTypeReactiveExecutor.humanWithBindValues
(ObjectResponse objectResponse, String id, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.humanWithBindValues
(String queryResponseDef, String id, Map<String, Object> parameters) This method executes a partial query against the GraphQL server. -
Uses of Human in com.graphql_java_generator.samples.simple.client
Methods in com.graphql_java_generator.samples.simple.client that return HumanModifier and TypeMethodDescriptionQueries.createHuman
(String name, String homePlanet) Queries.humanFriendsFriendsFriends
(String id) Queries.humanPartial
(String id) -
Uses of Human in com.graphql_java_generator.samples.simple.client.graphql
Methods in com.graphql_java_generator.samples.simple.client.graphql that return HumanModifier and TypeMethodDescriptionPartialDirectRequests.createHuman
(String name, String homePlanet) PartialPreparedRequests.createHuman
(String name, String homePlanet) PartialDirectRequests.humanFriendsFriendsFriends
(String id) PartialPreparedRequests.humanFriendsFriendsFriends
(String id) PartialDirectRequests.humanPartial
(String id) PartialPreparedRequests.humanPartial
(String id)