com.introproventures.graphql.jpa.query.autoconfigure.QueryExecutionStrategyProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphql-jpa-query-autoconfigure Show documentation
Show all versions of graphql-jpa-query-autoconfigure Show documentation
Provides Spring Boot Auto-Configuration Support
The newest version!
package com.introproventures.graphql.jpa.query.autoconfigure;
import graphql.execution.ExecutionStrategy;
import java.util.function.Supplier;
public interface QueryExecutionStrategyProvider extends Supplier {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy