
com.commercetools.sunrise.ctp.graphql.GraphQLRequest Maven / Gradle / Ivy
The newest version!
package com.commercetools.sunrise.ctp.graphql;
import com.fasterxml.jackson.databind.JsonNode;
import io.sphere.sdk.client.SphereRequest;
import javax.annotation.Nullable;
public interface GraphQLRequest extends SphereRequest {
String getQuery();
@Nullable
JsonNode getVariables();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy