Files
SillyTavern/poe_graphql/SummarizeQuotePostQuery.graphql
2023-04-03 22:10:58 +03:00

4 lines
147 B
GraphQL

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