Skip to content

Commit

Permalink
feat: message channel
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken committed Dec 23, 2024
1 parent 4953e73 commit 601d262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queries/messages.query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export const GET_CHANNEL_MESSAGES_QUERY = gql`
query channelMessages(
$channel_uuid: String
$channel_slug: String
$where: [QueryChannelMessagesWhereWhereConditions!]
$where: QueryChannelMessagesWhereWhereConditions
$orderBy: [QueryChannelMessagesOrderByOrderByClause!]
$first: Int! = 25
$page: Int
Expand Down

0 comments on commit 601d262

Please sign in to comment.