summaryrefslogtreecommitdiffstats
path: root/poe/graphql/MessageFragment.graphql
blob: cc8608117e506262eaf01ff442ab658baeb598c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
fragment MessageFragment on Message {
    id
    __typename
    messageId
    text
    linkifiedText
    authorNickname
    state
    vote
    voteReason
    creationTime
    suggestedReplies
}