![JAR search and dependency download from the Maven repository](/logo.png)
com.oembedler.moon.graphql.boot.SchemaStringProvider Maven / Gradle / Ivy
The newest version!
package com.oembedler.moon.graphql.boot;
import java.io.IOException;
import java.util.List;
public interface SchemaStringProvider {
List schemaStrings() throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy