Skip to content

Commit c3592d5

Browse files
authored
Fix createKnowledgeSource mutation (#199)
1 parent dbe6453 commit c3592d5

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.changeset/fast-ants-ask.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+
Fix createKnowledgeSource changeset

src/graphql/mutations/createKnowledgeSource.gql

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@ mutation createKnowledgeSource($input: CreateKnowledgeSourceInput!) {
44
...KnowledgeSourceParts
55
}
66
error {
7-
type
8-
code
9-
message
10-
fields {
11-
type
12-
field
13-
message
14-
}
7+
...MutationErrorParts
158
}
169
}
1710
}

0 commit comments

Comments
 (0)