StaleChatUpdateMutation.graphql 159 B

1234567
  1. mutation StaleChatUpdateMutation($chatId: BigInt!) {
  2. staleChatUpdate(chatId: $chatId) {
  3. message {
  4. ...MessageFragment
  5. }
  6. }
  7. }
粤ICP备19079148号