Skip to content

Commit

Permalink
feat: childer to message
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken committed Dec 19, 2024
1 parent 847fd67 commit 714bf77
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/queries/messages.query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,20 @@ export const GET_MESSAGES_QUERY = (includeChildren: boolean, alias: string) => g
id
uuid
message
slug
user {
id
firstname
lastname
displayname
photo {
url
}
social {
is_blocked
is_following
}
}
}
}` : ''}
created_at
Expand Down Expand Up @@ -164,6 +178,20 @@ export const GET_FOR_YOU_MESSAGES_QUERY = (includeChildren: boolean, alias: stri
id
uuid
message
slug
user {
id
firstname
lastname
displayname
photo {
url
}
social {
is_blocked
is_following
}
}
}
}` : ''}
created_at
Expand Down

0 comments on commit 714bf77

Please sign in to comment.