summaryrefslogtreecommitdiffstats
path: root/poe/graphql/SummarizePlainPostQuery.graphql
blob: afa2a84c0ea5c87f2b7ba31ae372c8a13e7e9442 (plain) (blame)
1
2
3
query SummarizePlainPostQuery($comment: String!) {
    summarizePlainPost(comment: $comment)
}