From f7eeeff917014fe97c260e0a99a44cbf9ef702d7 Mon Sep 17 00:00:00 2001 From: Sikan He Date: Sun, 5 Nov 2023 21:50:39 +0400 Subject: [PATCH] update test snapshot --- test/simple.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/simple.spec.ts b/test/simple.spec.ts index e05877e..808e7fe 100644 --- a/test/simple.spec.ts +++ b/test/simple.spec.ts @@ -477,7 +477,7 @@ test('can build a schema', async () => { """An edge in a connection.""" type CharacterEdge { """The item at the end of the edge""" - node: Character! + node: Character """A cursor for use in pagination""" cursor: String!