// 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 { }