From 93f1f3bb116487d3599e960135be37a8fd687982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=85=A8?= Date: Wed, 10 Apr 2019 16:50:50 +0800 Subject: [PATCH] =?UTF-8?q?v0.3.0=20=20=E4=BF=AE=E6=94=B9=20=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 70984a6..0564326 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,13 @@ query{ } } +query{ + singleUser(pk: 1){ + username, + email + } +} + mutation createUser { createUser (username: "test1") { info {