docs: typo in graphql

This commit is contained in:
James
2021-01-22 17:15:39 -05:00
parent 2139eb410f
commit dd31818051

View File

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