com.saucelabs.visual.graphql.GraphQLOperation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
Java library to interact with Sauce Visual
package com.saucelabs.visual.graphql;
import java.util.Map;
public interface GraphQLOperation {
String getQuery();
Map getVariables();
}