This commit is contained in:
madipo2611 2025-08-06 22:30:26 +03:00
parent 41f9f9679f
commit 6107beece9
2 changed files with 10602 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,22 @@
// Code generated by github.com/99designs/gqlgen, DO NOT EDIT.
package graph
import (
"tailly_back_v2/internal/domain"
)
type ChatSession struct {
User *domain.User `json:"user"`
LastMessage *domain.Message `json:"lastMessage"`
UnreadCount int `json:"unreadCount"`
}
type Mutation struct {
}
type Query struct {
}
type Subscription struct {
}