Skip to content

Commit 714bf77

Browse files
committed
feat: childer to message
1 parent 847fd67 commit 714bf77

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

src/queries/messages.query.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,20 @@ export const GET_MESSAGES_QUERY = (includeChildren: boolean, alias: string) => g
7878
id
7979
uuid
8080
message
81+
slug
82+
user {
83+
id
84+
firstname
85+
lastname
86+
displayname
87+
photo {
88+
url
89+
}
90+
social {
91+
is_blocked
92+
is_following
93+
}
94+
}
8195
}
8296
}` : ''}
8397
created_at
@@ -164,6 +178,20 @@ export const GET_FOR_YOU_MESSAGES_QUERY = (includeChildren: boolean, alias: stri
164178
id
165179
uuid
166180
message
181+
slug
182+
user {
183+
id
184+
firstname
185+
lastname
186+
displayname
187+
photo {
188+
url
189+
}
190+
social {
191+
is_blocked
192+
is_following
193+
}
194+
}
167195
}
168196
}` : ''}
169197
created_at

0 commit comments

Comments
 (0)