Victor Gaiva

Results 14 comments of Victor Gaiva

A ideia seria uma distancia cartesiana direta ou uma distancia em rota?

A funcionalidade de distancia entre CEPs por Rota é algo interessante mas extremamente complicado de implementar, sem usar serviços terceiros como [este oferecido pelo GCP](https://developers.google.com/maps/documentation/distance-matrix/start). Mas ai teria a questão...

@GuilhermeCunha, o sistema seria hospedado no Vercel, que segundo o site também oferece Serverless Functions. Essa solução permite definir funções especificas que rodam sempre que chegar uma requisição em algum...

I believe that this issue might be coming from the fact that the flag `loading` isn't enough for all the use cases. The ideal would be to have a `status`...

> @VictorGaiva I'm guessing you're on latest `0.7.0`? are your colleagues on that version as well? no one is on the (outdated) prerelease version? > > I just want to...

Another quirky of my setup is that it has 2 different GraphQL types of files. - `.graphql` "legacy" files that might no be "correct". Example: `Int` when a `Int!` is...

I validated/rewrote the static query being sent by the plugin to the server, after this issue started.

Updated it and it now works just fine. Thanks @acao \o

Why is your extension `.schema.json`? The correct extension should be `.gql` or `.graphql`

Didn't know you could do that. So the issue might be somewhere else. Are you able to post the plugin's logs? You are able to see it by selecting Apollo...