From 8979ce83785c446e618535d2d4690f419dd5643f Mon Sep 17 00:00:00 2001 From: Dirk-Jan Rutten Date: Mon, 28 Jan 2019 20:09:27 +0100 Subject: [PATCH] Replaced launchpad for codesandbox --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f35d3b9..2239c7a 100755 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ graphql(schema, query).then(result => { This project includes several examples in the folder `/examples` explaining how to use the various scalars. You can also see some live editable examples on Launchpad: -* [returning Date, Time, and DateTime](https://launchpad.graphql.com/vkvpvznr3) +* [returning Date, Time, and DateTime](https://codesandbox.io/s/k9xm5z7223) * [taking a Date as a query parameter](https://codesandbox.io/s/m5782nj1w9) Run the examples by downloading this project and running the following commands: