Bobby Juncosa
Bobby Juncosa
Does this library need to be updated to work with the latest version of Apollo? If I use this lib's `createNetworkInterface`, the console is showing `HTTPFetchNetworkInterface` is being used, and...
Any suggestions on setting up tracing for websocket?
If I _only_ add tracing to the absinthe pipeline, it works. If I add tracing to the absinthe pipeline _and_ add `use ApolloTracing` to my schema, I get the error...
When deploying to k8s / docker, I'm getting a missing NIF error: ``` {:error, {:load_failed, 'Failed to load NIF library: \'/opt/app/_build/prod/lib/jaxon/priv/decoder.so: invalid ELF header\''}} ``` Any thoughts? Works in local...
Few suggestions I'd like to make: 1. Change the default `tokenHeader` from `access-token` to `Authorization`. I believe the majority of use-cases will be using `Authorization: Bearer {JWT}`. 2. Remove the...
Is it possible to create documentation that explains how to go from fresh install of the bundle, to responding with serialized entities? There seems to be discrepancies between the main...