chatgpt-plugin/utils/poe/graphql/MessageFragment.graphql
2023-04-15 21:00:34 +08:00

13 lines
194 B
GraphQL

fragment MessageFragment on Message {
id
__typename
messageId
text
linkifiedText
authorNickname
state
vote
voteReason
creationTime
suggestedReplies
}