mirror of
https://github.com/wassname/talk.git
synced 2026-07-11 10:50:32 +08:00
Use correct fragment name
This commit is contained in:
@@ -73,9 +73,9 @@ const config = {
|
||||
CreateCommentResponse: gql`
|
||||
fragment CoralEmbedStream_CreateCommentResponse on CreateCommentResponse {
|
||||
comment {
|
||||
...Coral_CreateCommentResponse_Comment
|
||||
...CoralEmbedStream_CreateCommentResponse_Comment
|
||||
replies {
|
||||
...Coral_CreateCommentResponse_Comment
|
||||
...CoralEmbedStream_CreateCommentResponse_Comment
|
||||
}
|
||||
}
|
||||
errors {
|
||||
|
||||
Reference in New Issue
Block a user