-
Hi,
we are using a mix of rabbitmq (actions), REST API (campaign), phoenix channels+graphql subscription (actionpages)
for the later, it seems there is a different protocol (also based on websoc…
tttp updated
12 months ago
-
Hi, thanks for making this!
There are zero examples or docs other than the readme, and after quite a bit of fiddling around I still can't get subscription updates to display in real-time.
Now th…
-
We are using subscriptions a fair bit to communicate the state of messages between client and server. At times, the same user will log in via two different browsers.
When this happens, we have th…
dlobo updated
3 years ago
-
I'm having the same issue described at https://github.com/smpallen99/coherence/issues/128.
I can see the layout is been set to `Coherence.LayoutView` even though Im changing it as described in the …
-
Is it possible to use `import { setContext } from 'apollo-link-context';` to set the auth token ?
with `apollo-link-http` it's done as so:
```javascript
const authHttpLink = setContext(() => {
…
-
Here'll be the speakers lightning talks
-
Hello,
thanks for this library. The latest GraphQL spec was just released and a lot of stuff on your roadmap is now part of the spec, like subscriptions.... https://github.com/facebook/graphql/rele…
-
Hi everyone,
When I first wrote Vex, it was to handle limited data validation problems in Phoenix controllers. It was a relatively simple, but fairly flexible package that met my needs, and I release…
bruce updated
7 years ago
-
Hi,
It would be convenient for TS users have type definitions shipped with the packages
-
**Describe the bug**
After a recent upgrade of `ash`, `ash_postgres`, and `ash_graphql`, a Postgrex error began to occur when executing an AshGraphql query with a specific style of filter argument,…