From dd3181805178b90200c52dcfa6743fb0122d0942 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 22 Jan 2021 17:15:39 -0500 Subject: [PATCH] docs: typo in graphql --- docs/graphql/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graphql/overview.mdx b/docs/graphql/overview.mdx index 04b1c77677..ec8d9f8b8a 100644 --- a/docs/graphql/overview.mdx +++ b/docs/graphql/overview.mdx @@ -17,7 +17,7 @@ The labels you provide for your Collections and Globals are used to name the Gra Everything that can be done to a Collection via the REST or Local API can be done with GraphQL (outside of uploading files, which is REST-only). If you have a collection as follows: ```js -const Post = { +const PublicUser = { slug: 'public-users', auth: true, // Auth is enabled labels: {