mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 16:34:02 +01:00
* Load scene relationships on demand * Load image relationships on demand * Load gallery relationships on demand * Add dataloaden * Use dataloaders * Use where in for other find many functions
11 lines
193 B
Go
11 lines
193 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/99designs/gqlgen"
|
|
_ "github.com/Yamashou/gqlgenc"
|
|
_ "github.com/vektah/dataloaden"
|
|
_ "github.com/vektra/mockery/v2"
|
|
)
|