1
0
Fork 0
GPT4FREE/poe/graphql/SummarizeQuotePostQuery.graphql
2023-03-29 21:10:42 +01:00

4 lines
147 B
GraphQL

query SummarizeQuotePostQuery($comment: String, $quotedPostId: BigInt!) {
summarizeQuotePost(comment: $comment, quotedPostId: $quotedPostId)
}