Uses of Class
com.generated.graphql.Human
Package
Description
-
Uses of Human in com.generated.graphql
Modifier and TypeMethodDescriptionHuman.Builder.build()
MutationType.getCreateHuman()
QueryType.getHuman()
Modifier and TypeMethodDescriptionvoid
MutationType.setCreateHuman
(Human createHuman) void
MutationType.Builder.withCreateHuman
(Human createHumanParam) -
Uses of Human in com.generated.graphql.util
Modifier 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.Modifier 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
Modifier 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
Modifier 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)