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 TypeMethodDescription_implements
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.implements._int
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.int._interface
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.interface.nonJavaKeywordField
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.nonJavaKeywordField.
-
Method Details
-
nonJavaKeywordField
Map<ReservedJavaKeywordAllFieldCases,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 thegenerateBatchMappingDataFetchers
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 thebatchMappingDataFetcherReturnType
plugin parameter.
Please look at the spring-graphql annotation for a documentation on how to return the proper values
-
_implements
Map<ReservedJavaKeywordAllFieldCases,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 thegenerateBatchMappingDataFetchers
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 thebatchMappingDataFetcherReturnType
plugin parameter.
Please look at the spring-graphql annotation for a documentation on how to return the proper values
-
_int
Map<ReservedJavaKeywordAllFieldCases,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 thegenerateBatchMappingDataFetchers
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 thebatchMappingDataFetcherReturnType
plugin parameter.
Please look at the spring-graphql annotation for a documentation on how to return the proper values
-
_interface
Map<ReservedJavaKeywordAllFieldCases,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 thegenerateBatchMappingDataFetchers
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 thebatchMappingDataFetcherReturnType
plugin parameter.
Please look at the spring-graphql annotation for a documentation on how to return the proper values
-