Introduction
The built in GraphQL API is always exposed and running. This is the very same endpoint the frontend web application use for server communication.
General information
Content type
The endpoints in the API only accept payloads with the content type application/json
. Posting with other content types (or without one) returns 415 UNSUPPORTED MEDIA TYPE
.