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

com.merapar.graphql.executor.GraphQlExecutor Maven / Gradle / Ivy

The newest version!
package com.merapar.graphql.executor;

import java.util.Map;

public interface GraphQlExecutor {
    Object executeRequest(Map requestBody);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy