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: {