Skip to content

Commit 6186092

Browse files
authored
hotfix createKnowledgeSource mutation (#201)
1 parent 9dc9ec0 commit 6186092

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.changeset/evil-kings-cut.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@team-plain/typescript-sdk': patch
3+
---
4+
5+
Remove label types from KnowledgeSourceParts fragment

src/graphql/fragments/knowledgeSourceParts.gql

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ fragment KnowledgeSourceParts on KnowledgeSource {
33
id
44
url
55
type
6-
labelTypes {
7-
...LabelTypeParts
8-
}
96
status {
107
...IndexingStatusParts
118
}

0 commit comments

Comments
 (0)