io.sphere.sdk.meta.GraphQLDocumentation Maven / Gradle / Ivy
package io.sphere.sdk.meta;
/**
* Examples for the usage of GraphQL (experimental).
*
* Commercetools GraphQL endpoint to fetch products by sku and only receive id, version and skus:
*
* {@include.example io.sphere.sdk.products.LightweightProduct}
* {@include.example io.sphere.sdk.products.GraphQLTest}
*/
public final class GraphQLDocumentation {
private GraphQLDocumentation() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy