mirror of
https://github.com/directus/directus.git
synced 2026-01-22 10:47:56 -05:00
Docs - Adding GraphQL Schema explanation to the docs (#4559)
* Adding GraphQL schema explanation to the documentation to make sure to avoid errors * Adding extra line between headers
This commit is contained in:
committed by
GitHub
parent
541e0bae14
commit
ae0df2ac4d
@@ -18,6 +18,11 @@ experiment with GraphQL, and explore the data within.
|
||||
Like, where to post, where to enter the token, some basic queries, disclaimer that there are no mutations yet, how to do
|
||||
system tables vs custom tables, etc
|
||||
|
||||
|
||||
## Schema
|
||||
|
||||
In order to use the GraphQL schema on a external GraphQL explorer the `content-type` header needs to be set to `application/json`, otherwise it will not load the schema correctly.
|
||||
|
||||
## Authentication
|
||||
|
||||
By default, the GraphQL endpoint will access data as the public role. If you feel like collections or fields are
|
||||
|
||||
Reference in New Issue
Block a user