mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:09:05 +00:00
Work on photo resolver
This commit is contained in:
@@ -14,7 +14,7 @@ model:
|
||||
package: models
|
||||
|
||||
resolver:
|
||||
filename: graphql/resolver.go
|
||||
filename: graphql/resolvers/root.go
|
||||
type: Resolver
|
||||
|
||||
autobind: []
|
||||
@@ -22,3 +22,7 @@ autobind: []
|
||||
models:
|
||||
User:
|
||||
model: github.com/viktorstrate/photoview/api/graphql/models.User
|
||||
Photo:
|
||||
model: github.com/viktorstrate/photoview/api/graphql/models.Photo
|
||||
PhotoURL:
|
||||
model: github.com/viktorstrate/photoview/api/graphql/models.PhotoURL
|
||||
|
||||
Reference in New Issue
Block a user