docs: typo in graphql
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user