Files
chatGPTBox/src/services/clients/poe/graphql/SummarizePlainPostQuery.graphql
T
2023-04-27 20:31:53 +08:00

4 lines
95 B
GraphQL

query SummarizePlainPostQuery($comment: String!) {
summarizePlainPost(comment: $comment)
}