Skip to content

Commit

Permalink
expose tenant field on thread (#181)
Browse files Browse the repository at this point in the history
* expose tenant field on thread

* fix test
  • Loading branch information
preslavmihaylov authored Oct 22, 2024
1 parent 0871877 commit ed3d92c
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 24 deletions.
5 changes: 5 additions & 0 deletions .changeset/plenty-wombats-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@team-plain/typescript-sdk': patch
---

add tenant field to thread type
3 changes: 3 additions & 0 deletions src/graphql/fragments/threadParts.gql
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ fragment ThreadParts on Thread {
description
previewText
priority
tenant {
...TenantParts
}

labels {
...LabelParts
Expand Down
Loading

0 comments on commit ed3d92c

Please sign in to comment.