All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql.solon.resolver.resource.GraphqlResourceResolver Maven / Gradle / Ivy

There is a newer version: 3.0.5-M3
Show newest version
package graphql.solon.resolver.resource;

import java.util.Set;
import graphql.solon.resource.Resource;

/**
 * @author fuzi1996
 * @since 2.3
 */
public interface GraphqlResourceResolver {

    default boolean isNeedAppend(Set existsResource) {
        return true;
    }

    Set getGraphqlResource();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy