mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-18 12:20:15 +08:00
4 lines
95 B
GraphQL
4 lines
95 B
GraphQL
query SummarizePlainPostQuery($comment: String!) {
|
|
summarizePlainPost(comment: $comment)
|
|
}
|