Skip to main content
This is documentation for Platformatic Open Source Software 2.75.2, which is no longer actively maintained.
For up-to-date documentation, see the latest version (3.29.1).
Version: 2.75.2

Platformatic DB GraphQL

The Platformatic DB GraphQL plugin starts a GraphQL server wand makes it available via a /graphql endpoint. This endpoint is automatically ready to run queries and mutations against your entities. This functionality is powered by Mercurius.

GraphiQL

The GraphiQL web UI is integrated into Platformatic DB. To enable it you can pass an option to the sql-graphql plugin:

app.register(graphqlPlugin, { graphiql: true })

The GraphiQL interface is made available under the /graphiql path.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.