3be905b742
due to having same name as poe-api, I changed the name for it to be used with the other package
13 lines
194 B
GraphQL
13 lines
194 B
GraphQL
fragment MessageFragment on Message {
|
|
id
|
|
__typename
|
|
messageId
|
|
text
|
|
linkifiedText
|
|
authorNickname
|
|
state
|
|
vote
|
|
voteReason
|
|
creationTime
|
|
suggestedReplies
|
|
}
|