graphql.ExecutionResult Maven / Gradle / Ivy
package graphql;
import java.util.List;
public interface ExecutionResult {
Object getData();
List getErrors();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package graphql;
import java.util.List;
public interface ExecutionResult {
Object getData();
List getErrors();
}