v0.0.14
This commit is contained in:
parent
41f9f9679f
commit
6107beece9
10580
internal/http/graph/generated.go
Normal file
10580
internal/http/graph/generated.go
Normal file
File diff suppressed because it is too large
Load Diff
22
internal/http/graph/models_gen.go
Normal file
22
internal/http/graph/models_gen.go
Normal 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 {
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user