package graphql import ( "tercul/internal/app" "tercul/internal/application/services" ) // 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 AnalyticsService services.AnalyticsService }