./adapter/inbound/graphql/src/test/java/dev/caskeleton/adapter/inbound/graphql/autoconfigure/GraphQlBatchLoaderWiringTest.java:5:import dev.caskeleton.adapter.inbound.graphql.dataloader.GraphQlBatchPolicyRegistry;
./adapter/inbound/graphql/src/test/java/dev/caskeleton/adapter/inbound/graphql/autoconfigure/GraphQlBatchLoaderWiringTest.java:40:                .hasSingleBean(GraphQlBatchPolicyRegistry.class)
./adapter/inbound/graphql/src/test/java/dev/caskeleton/adapter/inbound/graphql/autoconfigure/GraphQlBatchLoaderWiringTest.java:49:        .withBean(GraphQlBatchPolicyRegistry.class, GraphQlBatchPolicyRegistry::new)
./adapter/inbound/graphql/src/test/java/dev/caskeleton/adapter/inbound/graphql/autoconfigure/GraphQlBatchLoaderWiringTest.java:52:                assertThat(context).hasNotFailed().hasSingleBean(GraphQlBatchPolicyRegistry.class));
./adapter/inbound/graphql/src/test/java/dev/caskeleton/adapter/inbound/graphql/dataloader/GraphQlDataLoaderRequestRegistryTest.java:24:    var registry = new GraphQlBatchPolicyRegistry();
./adapter/inbound/graphql/src/test/java/dev/caskeleton/adapter/inbound/graphql/dataloader/GraphQlDataLoaderRequestRegistryTest.java:36:    var registry = new GraphQlBatchPolicyRegistry();
./adapter/inbound/graphql/src/test/java/dev/caskeleton/adapter/inbound/graphql/dataloader/GraphQlDataLoaderRequestRegistryTest.java:56:    var registry = new GraphQlBatchPolicyRegistry().register(policy("order.customer", 500));
./adapter/inbound/graphql/src/test/java/dev/caskeleton/adapter/inbound/graphql/dataloader/GraphQlDataLoaderRequestRegistryTest.java:76:            new GraphQlBatchPolicyRegistry().register(policy("order.customer", 100)),
./adapter/inbound/graphql/src/test/java/dev/caskeleton/adapter/inbound/graphql/dataloader/GraphQlDataLoaderRequestRegistryTest.java:91:            new GraphQlBatchPolicyRegistry().register(policy("order.customer", 100)),
./adapter/inbound/graphql/src/test/java/dev/caskeleton/adapter/inbound/graphql/runtime/GraphQlBatchLoaderRegistrationTest.java:11:import dev.caskeleton.adapter.inbound.graphql.dataloader.GraphQlBatchPolicyRegistry;
./adapter/inbound/graphql/src/test/java/dev/caskeleton/adapter/inbound/graphql/runtime/GraphQlBatchLoaderRegistrationTest.java:279:        new GraphQlBatchPolicyRegistry().register(policy), 100, clock);
./adapter/inbound/graphql/src/main/java/dev/caskeleton/adapter/inbound/graphql/autoconfigure/GraphQlPlatformAutoConfiguration.java:634:      dev.caskeleton.adapter.inbound.graphql.dataloader.GraphQlBatchPolicyRegistry.class)
./adapter/inbound/graphql/src/main/java/dev/caskeleton/adapter/inbound/graphql/autoconfigure/GraphQlPlatformAutoConfiguration.java:635:  public dev.caskeleton.adapter.inbound.graphql.dataloader.GraphQlBatchPolicyRegistry
./adapter/inbound/graphql/src/main/java/dev/caskeleton/adapter/inbound/graphql/autoconfigure/GraphQlPlatformAutoConfiguration.java:637:    return new dev.caskeleton.adapter.inbound.graphql.dataloader.GraphQlBatchPolicyRegistry();
./adapter/inbound/graphql/src/main/java/dev/caskeleton/adapter/inbound/graphql/autoconfigure/GraphQlPlatformAutoConfiguration.java:653:          dev.caskeleton.adapter.inbound.graphql.dataloader.GraphQlBatchPolicyRegistry policies,
./adapter/inbound/graphql/src/main/java/dev/caskeleton/adapter/inbound/graphql/dataloader/GraphQlBatchPolicyRegistry.java:14:public final class GraphQlBatchPolicyRegistry {
./adapter/inbound/graphql/src/main/java/dev/caskeleton/adapter/inbound/graphql/dataloader/GraphQlBatchPolicyRegistry.java:23:  public GraphQlBatchPolicyRegistry register(GraphQlBatchPolicy policy) {
./adapter/inbound/graphql/src/main/java/dev/caskeleton/adapter/inbound/graphql/dataloader/GraphQlDataLoaderFactory.java:15:  private final GraphQlBatchPolicyRegistry policies;
./adapter/inbound/graphql/src/main/java/dev/caskeleton/adapter/inbound/graphql/dataloader/GraphQlDataLoaderFactory.java:27:      GraphQlBatchPolicyRegistry policies, int downstreamMaximumBatchSize, Clock clock) {
./adapter/inbound/graphql/src/main/java/dev/caskeleton/adapter/inbound/graphql/dataloader/GraphQlDataLoaderFactory.java:58:  public GraphQlBatchPolicyRegistry policies() {
