Uses of Class
org.allGraphQLCases.server.SINP_AllFieldCasesInput_SINS
-
Uses of SINP_AllFieldCasesInput_SINS in org.allGraphQLCases.server
Modifier and TypeMethodDescriptionDataFetchersDelegateMyQueryType.allFieldCases
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_AllFieldCasesInput_SINS input) Description for the allFieldCases field:
################################################################################ # Complementary tests with the AllFieldCases Object
This method loads the data for MyQueryType.allFieldCases.MyQueryTypeController.allFieldCases
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_AllFieldCasesInput_SINS input) This method loads the data for ${dataFetcher.graphQLType}.allFieldCases.DataFetchersDelegateTheSubscriptionType.allGraphQLCasesInput
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_AllFieldCasesInput_SINS input) Description for the allGraphQLCasesInput field:
Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
This method loads the data for TheSubscriptionType.allGraphQLCasesInput.TheSubscriptionTypeController.allGraphQLCasesInput
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_AllFieldCasesInput_SINS input) This method loads the data for ${dataFetcher.graphQLType}.allGraphQLCasesInput.AnotherMutationTypeController.createAllFieldCases
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_AllFieldCasesInput_SINS input) This method loads the data for ${dataFetcher.graphQLType}.createAllFieldCases.DataFetchersDelegateAnotherMutationType.createAllFieldCases
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_AllFieldCasesInput_SINS input) This method loads the data for AnotherMutationType.createAllFieldCases.Modifier and TypeMethodDescriptionAllFieldCasesController.issue66
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, STP_AllFieldCases_STS> dataLoader, STP_AllFieldCases_STS origin, List<SINP_AllFieldCasesInput_SINS> input) This method loads the data for ${dataFetcher.graphQLType}.issue66.DataFetchersDelegateAllFieldCases.issue66
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, STP_AllFieldCases_STS> dataLoader, STP_AllFieldCases_STS origin, List<SINP_AllFieldCasesInput_SINS> input) This method loads the data for AllFieldCases.issue66. -
Uses of SINP_AllFieldCasesInput_SINS in org.allGraphQLCases.server.impl
Modifier and TypeMethodDescriptionDataFetchersDelegateMyQueryTypeImpl.allFieldCases
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_AllFieldCasesInput_SINS input) reactor.core.publisher.Flux<STP_AllFieldCases_STS>
DataFetchersDelegateTheSubscriptionTypeImpl.allGraphQLCasesInput
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_AllFieldCasesInput_SINS input) DataFetchersDelegateAnotherMutationTypeImpl.createAllFieldCases
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_AllFieldCasesInput_SINS input) Modifier and TypeMethodDescriptionDataFetchersDelegateAllFieldCasesImpl.issue66
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, STP_AllFieldCases_STS> dataLoader, STP_AllFieldCases_STS origin, List<SINP_AllFieldCasesInput_SINS> input)