Mutation
sendMessage
Send a message to a session. If prevMessageID is "", return all messages in the session. If prevMessageID is not "", return all messages after prevMessageID.
Permissions needed
select (sessions):
- id
- session_id update (sessions):
- update_at
Arguments
Session to send the message to
Message to send
Only return messages after this message ID
Response
Type: MessageResponse!
ID of the session
Messages in this session