Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 589 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 589 Bytes

@dbquery

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.