frontend: inject db handle into schemaResolver
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.
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.