Uses of Class
com.graphql_java_generator.domain.client.allGraphQLCases.DroidInput
Packages that use DroidInput
-
Uses of DroidInput in com.graphql_java_generator.domain.client.allGraphQLCases
Methods in com.graphql_java_generator.domain.client.allGraphQLCases that return DroidInputMethods in com.graphql_java_generator.domain.client.allGraphQLCases with parameters of type DroidInputModifier and TypeMethodDescriptionMyQueryType.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.MyQueryType.withTwoMandatoryParamDefaultVal
(ObjectResponse objectResponse, DroidInput theHero, Integer num, Object... paramsAndValues) Deprecated.MyQueryType.withTwoMandatoryParamDefaultVal
(String queryResponseDef, DroidInput theHero, Integer num, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorMySchema.withTwoMandatoryParamDefaultVal
(ObjectResponse objectResponse, DroidInput theHero, Integer num, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withTwoMandatoryParamDefaultVal
(String queryResponseDef, DroidInput theHero, Integer num, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryType.withTwoMandatoryParamDefaultValWithBindValues
(ObjectResponse objectResponse, DroidInput theHero, Integer num, Map<String, Object> parameters) Deprecated.MyQueryType.withTwoMandatoryParamDefaultValWithBindValues
(String queryResponseDef, DroidInput theHero, Integer num, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.withTwoMandatoryParamDefaultValWithBindValues
(ObjectResponse objectResponse, DroidInput theHero, Integer num, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withTwoMandatoryParamDefaultValWithBindValues
(String queryResponseDef, DroidInput theHero, Integer num, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.