The custom directive @dbquery allows easy declarative inclusion of a database backend in a GraphQL schema.
GraphQL pagination and filtering are easily supported.
View the documentation for the @dbquery custom directive in the documentation.
Uses a database filled with mock data.
- pagination shows how to implement connection model pagination for a database.
- pings has snippets that can be deployed to see if connectivity to a database is setup correctly.