Skip to content

frontend: inject db handle into schemaResolver

Warren Gifford requested to merge as/frontend-inject-db into main

Created by: asdine

This gets the global dbconn and pass it as a member to the graphql SchemaResolver. The handle will be used by resolvers to create stores and call them without using dbconn.Global.

Merge request reports

Loading