Rodrigo Gomes da Silva
Rodrigo Gomes da Silva
I could make it work by stringifying the JSON: eg.: ```ts async createEvent(createInput: CreateEventInput): Promise { return this.client.graphql({ query: createEvent, variables: { input: { ...createInput, involvedPeople: JSON.stringify(createInput.involvedPeople), }, }, }).then(({...
Hi @chrisbonifacio, I appreciate your response, but I must respectfully disagree with the notion that this is expected behavior. The inconsistency arises because the library's generated GraphQL types specify an...
Any news? Where are the maintainers of this lib?
Having the same issue
@johnleider you can interpret that as another glitch associated with v-tooltip. It has occurred to me occasionally too. If you disable the tooltip section in your code by commenting it...
I have tried with Aurora locally and had no success. But I didn't put much effort on it. If you have a chance to test it with a RDS instance,...
Thanks for the PR, I will have a look later
Using this lib you can pass a MySQL connection object to the constructor. So you're able to controll your connection out of the box. https://github.com/rodrigogs/mysql-events
https://github.com/rodrigogs/mysql-events
https://github.com/rodrigogs/mysql-events