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

graphql.ExecutionResult Maven / Gradle / Ivy

The newest version!
package graphql;


import java.util.List;
import java.util.Map;

public interface ExecutionResult {

     T getData();

    List getErrors();

    Map getExtensions();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy