mirror of
https://github.com/SamyRai/tercul-backend.git
synced 2025-12-27 04:01:34 +00:00
12 lines
240 B
Go
12 lines
240 B
Go
package graphql
|
|
|
|
import "tercul/internal/app"
|
|
|
|
// This file will not be regenerated automatically.
|
|
//
|
|
// It serves as dependency injection for your app, add any dependencies you require here.
|
|
|
|
type Resolver struct {
|
|
App *app.Application
|
|
}
|