diff --git a/docs/content/010-getting-started/04-why-nexus.mdx b/docs/content/010-getting-started/04-why-nexus.mdx index 7af09a78..453b74ec 100644 --- a/docs/content/010-getting-started/04-why-nexus.mdx +++ b/docs/content/010-getting-started/04-why-nexus.mdx @@ -63,6 +63,7 @@ const Post = objectType({ const Query = queryType({ definition(t) { t.list.field('posts', { + type: "Post", resolve: () => [ { id: '1',