From 7a0cfcc45534fa08c3edf10275ec69b646403174 Mon Sep 17 00:00:00 2001 From: tjjfvi Date: Wed, 2 Feb 2022 14:38:50 -0500 Subject: [PATCH] ... --- playground/example/schema.gql.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/example/schema.gql.txt b/playground/example/schema.gql.txt index 4559dea..db51a47 100644 --- a/playground/example/schema.gql.txt +++ b/playground/example/schema.gql.txt @@ -38,4 +38,4 @@ type User implements Person { id: ID! name: String username: String! -} +}