SummarizeQuotePostQuery.graphql 147 B

123
  1. query SummarizeQuotePostQuery($comment: String, $quotedPostId: BigInt!) {
  2. summarizeQuotePost(comment: $comment, quotedPostId: $quotedPostId)
  3. }
粤ICP备19079148号