added dynamic getMessages query

This commit is contained in:
Samuel Andert
2023-09-21 22:03:40 +02:00
parent 5e3631c49d
commit 19674310e7
4 changed files with 46 additions and 21 deletions

View File

@ -5,7 +5,6 @@
const contactsQuery = createQuery({
operationName: "getChatwootContacts",
variables: { page: 2 },
});
</script>