@timardex/cluemart-shared 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1298,10 +1298,10 @@ var CREATE_CHAT_MUTATION = import_client5.gql`
|
|
|
1298
1298
|
var SEND_CHAT_MESSAGE_MUTATION = import_client5.gql`
|
|
1299
1299
|
mutation sendChatMessage($_id: ID!, $input: ChatMessageInputType!) {
|
|
1300
1300
|
sendChatMessage(_id: $_id, input: $input) {
|
|
1301
|
-
...
|
|
1301
|
+
...ChatFields
|
|
1302
1302
|
}
|
|
1303
1303
|
}
|
|
1304
|
-
${
|
|
1304
|
+
${CHAT_FIELDS_FRAGMENT}
|
|
1305
1305
|
`;
|
|
1306
1306
|
var DELETE_CHAT_MUTATION = import_client5.gql`
|
|
1307
1307
|
mutation deleteChat($_id: ID!) {
|