diff --git a/src/graphql/mutation/create-chat-message.ts b/src/graphql/mutation/create-chat-message.ts index 9fda159a..9f7d1174 100644 --- a/src/graphql/mutation/create-chat-message.ts +++ b/src/graphql/mutation/create-chat-message.ts @@ -7,6 +7,7 @@ export default gql` author { slug id + chat } } }