added main module for accessing all services
This commit is contained in:
7
openai_rev/quora/graphql/StaleChatUpdateMutation.graphql
Normal file
7
openai_rev/quora/graphql/StaleChatUpdateMutation.graphql
Normal file
@@ -0,0 +1,7 @@
|
||||
mutation StaleChatUpdateMutation($chatId: BigInt!) {
|
||||
staleChatUpdate(chatId: $chatId) {
|
||||
message {
|
||||
...MessageFragment
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user