Uses of Class
com.graphql_java_generator.domain.client.allGraphQLCases.AllFieldCasesInput
Packages that use AllFieldCasesInput
Package
Description
-
Uses of AllFieldCasesInput in com.graphql_java_generator.client.graphqlrepository
Methods in com.graphql_java_generator.client.graphqlrepository with parameters of type AllFieldCasesInputModifier and TypeMethodDescriptionGraphQLRepositoryTestCase.thisIsNotARequestName3
(AllFieldCasesInput input, long nbItems, FieldParameterInput fieldParameterInput) with requestName (the method name is free) and bind parameter values -
Uses of AllFieldCasesInput in com.graphql_java_generator.domain.client.allGraphQLCases
Methods in com.graphql_java_generator.domain.client.allGraphQLCases that return AllFieldCasesInputMethods in com.graphql_java_generator.domain.client.allGraphQLCases with parameters of type AllFieldCasesInputModifier and TypeMethodDescriptionMyQueryType.allFieldCases
(ObjectResponse objectResponse, AllFieldCasesInput input, Object... paramsAndValues) Deprecated.MyQueryType.allFieldCases
(String queryResponseDef, AllFieldCasesInput input, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorMySchema.allFieldCases
(ObjectResponse objectResponse, AllFieldCasesInput input, Object... paramsAndValues) ${field.content} ${field.content}
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.allFieldCases
(String queryResponseDef, AllFieldCasesInput input, Object... paramsAndValues) ${field.content} ${field.content}
This method executes a partial query against the GraphQL server.MyQueryType.allFieldCasesWithBindValues
(ObjectResponse objectResponse, AllFieldCasesInput input, Map<String, Object> parameters) Deprecated.MyQueryType.allFieldCasesWithBindValues
(String queryResponseDef, AllFieldCasesInput input, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.allFieldCasesWithBindValues
(ObjectResponse objectResponse, AllFieldCasesInput input, Map<String, Object> parameters) ${field.content} ${field.content}
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.allFieldCasesWithBindValues
(String queryResponseDef, AllFieldCasesInput input, Map<String, Object> parameters) ${field.content} ${field.content}
This method executes a partial query against the GraphQL server.TheSubscriptionType.allGraphQLCasesInput
(ObjectResponse objectResponse, SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput input, Object... paramsAndValues) Deprecated.TheSubscriptionType.allGraphQLCasesInput
(String queryResponseDef, SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput input, Object... paramsAndValues) Deprecated.TheSubscriptionTypeExecutorMySchema.allGraphQLCasesInput
(ObjectResponse objectResponse, SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput input, Object... paramsAndValues) ${field.content}
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeExecutorMySchema.allGraphQLCasesInput
(String queryResponseDef, SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput input, Object... paramsAndValues) ${field.content}
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionType.allGraphQLCasesInputWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput input, Map<String, Object> parameters) Deprecated.TheSubscriptionType.allGraphQLCasesInputWithBindValues
(String queryResponseDef, SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput input, Map<String, Object> parameters) Deprecated.TheSubscriptionTypeExecutorMySchema.allGraphQLCasesInputWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput input, Map<String, Object> parameters) ${field.content}
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeExecutorMySchema.allGraphQLCasesInputWithBindValues
(String queryResponseDef, SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput input, Map<String, Object> parameters) ${field.content}
This method registers a subscription, by executing a direct partial request against the GraphQL server.AnotherMutationType.createAllFieldCases
(ObjectResponse objectResponse, AllFieldCasesInput input, Object... paramsAndValues) Deprecated.AnotherMutationType.createAllFieldCases
(String queryResponseDef, AllFieldCasesInput input, Object... paramsAndValues) Deprecated.AnotherMutationTypeExecutorMySchema.createAllFieldCases
(ObjectResponse objectResponse, AllFieldCasesInput input, Object... paramsAndValues) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorMySchema.createAllFieldCases
(String queryResponseDef, AllFieldCasesInput input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.AnotherMutationType.createAllFieldCasesWithBindValues
(ObjectResponse objectResponse, AllFieldCasesInput input, Map<String, Object> parameters) Deprecated.AnotherMutationType.createAllFieldCasesWithBindValues
(String queryResponseDef, AllFieldCasesInput input, Map<String, Object> parameters) Deprecated.AnotherMutationTypeExecutorMySchema.createAllFieldCasesWithBindValues
(ObjectResponse objectResponse, AllFieldCasesInput input, Map<String, Object> parameters) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorMySchema.createAllFieldCasesWithBindValues
(String queryResponseDef, AllFieldCasesInput input, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.