Uses of Class
org.allGraphQLCases.client.CTP___Schema_CTS
Packages that use CTP___Schema_CTS
-
Uses of CTP___Schema_CTS in org.allGraphQLCases.client
Methods in org.allGraphQLCases.client that return CTP___Schema_CTSModifier and TypeMethodDescriptionCTP___Schema_CTS.Builder.build()CTP_MyQueryType_CTS.get__schema()Methods in org.allGraphQLCases.client with parameters of type CTP___Schema_CTSModifier and TypeMethodDescriptionvoidCTP_MyQueryType_CTS.set__schema(CTP___Schema_CTS __schema) CTP_MyQueryType_CTS.Builder.with__schema(CTP___Schema_CTS __schemaParam) -
Uses of CTP___Schema_CTS in org.allGraphQLCases.client.util
Methods in org.allGraphQLCases.client.util that return CTP___Schema_CTSModifier and TypeMethodDescriptionCTP_MyQueryType_CTS.__schema(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.Deprecated.MyQueryTypeExecutorAllGraphQLCases.__schema(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query on the __schema query against the GraphQL server.CTP_MyQueryType_CTS.__schemaWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.__schemaWithBindValues(String queryResponseDef, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.__schemaWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.__schemaWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query on the __schema query against the GraphQL server.Methods in org.allGraphQLCases.client.util that return types with arguments of type CTP___Schema_CTSModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<CTP___Schema_CTS>>MyQueryTypeReactiveExecutorAllGraphQLCases.__schema(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP___Schema_CTS>>MyQueryTypeReactiveExecutorAllGraphQLCases.__schema(String queryResponseDef, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP___Schema_CTS>>MyQueryTypeReactiveExecutorAllGraphQLCases.__schemaWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP___Schema_CTS>>MyQueryTypeReactiveExecutorAllGraphQLCases.__schemaWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.