Skip to content

stefanolsen/episerver-graphql-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demonstrating a GraphQL API in Episerver Commerce

Overview

This repository contains the class files demonstrating how to add a GraphQL API to an Episerver Commerce webshop. The code is implemented based on Episerver's Quicksilver sample site. The code is explained in this blog post.

Installation

To try out the demonstration code:

  • Copy the files into a working Episerver Quicksilver sample site solution.
  • Include those files in the Visual Studio project.
  • Add the NuGet package, GraphQL.
  • Then build and run.

To test queries you will need a GraphQL query tool, like GraphiQL or Postman. Then run a query from one of the Gists from this collection.

About

Demonstration code for blog post about using GraphQL with Episerver Commerce.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages