Introduction
At 8SELECT we are working towards providing centralized access to all of our products using GraphQL as the main API technology.
What is GraphQL?
Why use GraphQL?
How to query GraphQL?
product(id: "8S-DEMO-Polohemd-1") {
similarProducts(first: 5) {
edges {
node {
id
}
}
}
}
}Further Information
Last updated
Was this helpful?