Interface DataFetchersDelegateReservedJavaKeywordAllFieldCases


public interface DataFetchersDelegateReservedJavaKeywordAllFieldCases
This interface contains the fata fetchers that are delegated in the bean that the implementation has to provide, when fetching fields for the ReservedJavaKeywordAllFieldCases GraphQL type, as defined in the provided GraphQL schema. Please read the wiki server page for more information on this.
Author:
generated by graphql-java-generator
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Flux<WithID>
    _implements(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys)
    This methods loads the data for ${dataFetcher.graphQLType}.implements.
    reactor.core.publisher.Flux<Human>
    _int(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys)
    This methods loads the data for ${dataFetcher.graphQLType}.int.
    reactor.core.publisher.Flux<AnyCharacter>
    _interface(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys)
    This methods loads the data for ${dataFetcher.graphQLType}.interface.
    reactor.core.publisher.Flux<WithID>
    nonJavaKeywordField(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys)
    This methods loads the data for ${dataFetcher.graphQLType}.nonJavaKeywordField.
  • Method Details

    • nonJavaKeywordField

      reactor.core.publisher.Flux<WithID> nonJavaKeywordField(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.nonJavaKeywordField. It is generated as the generateBatchMappingDataFetchers plugin parameter is true.
      Parameters:
      batchLoaderEnvironment - The environement for this batch loaded. You can extract the GraphQLContext from this parameter.
      graphQLContext -
      keys - The objects for which the value for the nonJavaKeywordField field must be retrieved.
      Returns:
      This method returns ${dataFetcher.batchMappingReturnType.value}, as defined by the batchMappingDataFetcherReturnType plugin parameter.
      Please look at the spring-graphql annotation for a documentation on how to return the proper values
    • _implements

      reactor.core.publisher.Flux<WithID> _implements(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.implements. It is generated as the generateBatchMappingDataFetchers plugin parameter is true.
      Parameters:
      batchLoaderEnvironment - The environement for this batch loaded. You can extract the GraphQLContext from this parameter.
      graphQLContext -
      keys - The objects for which the value for the implements field must be retrieved.
      Returns:
      This method returns ${dataFetcher.batchMappingReturnType.value}, as defined by the batchMappingDataFetcherReturnType plugin parameter.
      Please look at the spring-graphql annotation for a documentation on how to return the proper values
    • _int

      reactor.core.publisher.Flux<Human> _int(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.int. It is generated as the generateBatchMappingDataFetchers plugin parameter is true.
      Parameters:
      batchLoaderEnvironment - The environement for this batch loaded. You can extract the GraphQLContext from this parameter.
      graphQLContext -
      keys - The objects for which the value for the int field must be retrieved.
      Returns:
      This method returns ${dataFetcher.batchMappingReturnType.value}, as defined by the batchMappingDataFetcherReturnType plugin parameter.
      Please look at the spring-graphql annotation for a documentation on how to return the proper values
    • _interface

      reactor.core.publisher.Flux<AnyCharacter> _interface(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.interface. It is generated as the generateBatchMappingDataFetchers plugin parameter is true.
      Parameters:
      batchLoaderEnvironment - The environement for this batch loaded. You can extract the GraphQLContext from this parameter.
      graphQLContext -
      keys - The objects for which the value for the interface field must be retrieved.
      Returns:
      This method returns ${dataFetcher.batchMappingReturnType.value}, as defined by the batchMappingDataFetcherReturnType plugin parameter.
      Please look at the spring-graphql annotation for a documentation on how to return the proper values