summaryrefslogtreecommitdiffstats
path: root/poe/graphql/SummarizeQuotePostQuery.graphql
blob: 5147c3c5b13465f9eaca928260b3ef4c088de895 (plain) (blame)
1
2
3
query SummarizeQuotePostQuery($comment: String, $quotedPostId: BigInt!) {
    summarizeQuotePost(comment: $comment, quotedPostId: $quotedPostId)
}