io.smallrye.graphql.client.core.Buildable Maven / Gradle / Ivy
package io.smallrye.graphql.client.core;
import io.smallrye.graphql.client.core.exceptions.BuildException;
public interface Buildable {
String build() throws BuildException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy