fieldsfix
This commit is contained in:
parent
6dcc4f37d3
commit
93c4c3d308
|
@ -5,13 +5,12 @@ export default gql`
|
||||||
loadMessagesBy(by: $by, limit: $limit, offset: $offset) {
|
loadMessagesBy(by: $by, limit: $limit, offset: $offset) {
|
||||||
error
|
error
|
||||||
messages {
|
messages {
|
||||||
|
id
|
||||||
author
|
author
|
||||||
body
|
body
|
||||||
replyTo
|
reply_to
|
||||||
created_at
|
created_at
|
||||||
id
|
|
||||||
updated_at
|
updated_at
|
||||||
replyTo
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user