Uses of Class
com.graphql_java_generator.domain.client.allGraphQLCases.HumanInput
Packages that use HumanInput
Package
Description
This package contains Spring repositories that will be dynamically discovered by the Spring test config
-
Uses of HumanInput in com.graphql_java_generator.client.graphqlrepository
Methods in com.graphql_java_generator.client.graphqlrepository with parameters of type HumanInputModifier and TypeMethodDescriptionGraphQLRepositoryTestCase.createHuman
(HumanInput character) Mutation: without requestNameGraphQLRepositoryTestCase.fullRequestMutation
(HumanInput humanInput) Full request: mutationGraphQLRepositoryTestCase.thisIsAMutation
(HumanInput character) Mutation: with requestName -
Uses of HumanInput in com.graphql_java_generator.domain.client.allGraphQLCases
Methods in com.graphql_java_generator.domain.client.allGraphQLCases that return HumanInputMethods in com.graphql_java_generator.domain.client.allGraphQLCases with parameters of type HumanInputModifier and TypeMethodDescriptionAnotherMutationType.createHuman
(ObjectResponse objectResponse, HumanInput human, Object... paramsAndValues) Deprecated.AnotherMutationType.createHuman
(String queryResponseDef, HumanInput human, Object... paramsAndValues) Deprecated.AnotherMutationTypeExecutorMySchema.createHuman
(ObjectResponse objectResponse, HumanInput human, Object... paramsAndValues) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorMySchema.createHuman
(String queryResponseDef, HumanInput human, Object... paramsAndValues) This method executes a partial query against the GraphQL server.AnotherMutationType.createHumanWithBindValues
(ObjectResponse objectResponse, HumanInput human, Map<String, Object> parameters) Deprecated.AnotherMutationType.createHumanWithBindValues
(String queryResponseDef, HumanInput human, Map<String, Object> parameters) Deprecated.AnotherMutationTypeExecutorMySchema.createHumanWithBindValues
(ObjectResponse objectResponse, HumanInput human, Map<String, Object> parameters) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorMySchema.createHumanWithBindValues
(String queryResponseDef, HumanInput human, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.MyQueryType.unionTest
(ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues) Deprecated.MyQueryType.unionTest
(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorMySchema.unionTest
(ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues) ${field.content} ${field.content}
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.unionTest
(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues) ${field.content} ${field.content}
This method executes a partial query against the GraphQL server.MyQueryType.unionTestWithBindValues
(ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters) Deprecated.MyQueryType.unionTestWithBindValues
(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.unionTestWithBindValues
(ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters) ${field.content} ${field.content}
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.unionTestWithBindValues
(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters) ${field.content} ${field.content}
This method executes a partial query against the GraphQL server. -
Uses of HumanInput in com.graphql_java_generator.it_tests.spring_graphql_one_graphql_repo
Methods in com.graphql_java_generator.it_tests.spring_graphql_one_graphql_repo with parameters of type HumanInputModifier and TypeMethodDescriptionGraphQLRepositoryTestCase.thisIsAMutation
(HumanInput character) A Mutation -
Uses of HumanInput in com.graphql_java_generator.it_tests.spring_graphql_two_graphql_repos.ko_missing_queryExecutor
Methods in com.graphql_java_generator.it_tests.spring_graphql_two_graphql_repos.ko_missing_queryExecutor with parameters of type HumanInputModifier and TypeMethodDescriptionGraphQLTwoRepositoriesMissingQueryExecutorTestCase.thisIsAMutation
(HumanInput character) A Mutation -
Uses of HumanInput in com.graphql_java_generator.it_tests.spring_graphql_two_graphql_repos.ok
Methods in com.graphql_java_generator.it_tests.spring_graphql_two_graphql_repos.ok with parameters of type HumanInputModifier and TypeMethodDescriptionGraphQLTwoRepositoriesAllGraphQlCasesTestCase.thisIsAMutation
(HumanInput character) A Mutation