mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
11
_examples/graphql/schema-first/graph/resolver.go
Normal file
11
_examples/graphql/schema-first/graph/resolver.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package graph
|
||||
|
||||
import "github.com/iris-contrib/outerbanks-api/graph/model"
|
||||
|
||||
// This file will not be regenerated automatically.
|
||||
//
|
||||
// It serves as dependency injection for your app, add any dependencies you require here.
|
||||
|
||||
type Resolver struct {
|
||||
CharacterStore map[string]model.Character
|
||||
}
|
||||
Reference in New Issue
Block a user