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:
Juan Carlos Blanco Delgado
2021-03-18 02:20:36 +00:00
committed by GitHub
parent 541e0bae14
commit ae0df2ac4d

View File

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