-
Hello,
After enabling the Voyager submodule and navigating to _/graphql/voyager_ I'm seeing _Type list_ tree on the left which I can browse, _Transmitting..._ animation and the following errors in…
-
Hello there guys i am in love with Voyager and i decided to integrate it with my framework it is called @Gapi and you can find more information about the whole namespace here:
https://github.com/Str…
-
Getting the following error which kills Voyager in 1.0.0-rc.17:
```
voyager.min.js:17 Uncaught Error: Cannot use e "__Schema" from another module or realm.
Ensure that there is only one instanc…
-
The following error is being returned on running the graphql-voyager middleware on safari.
`[Error] Viewport argument key "minimal-ui" not recognized and ignored. (voyager, line 6)`
From index.h…
-
(Using the default MapToListTypeAdapter)
## Output types
If I have an object annotated like:
```java
@GraphQLNonNull
@GraphQLQuery(name = "field")
public MapgetField() {
return null;
}
```
…
-
Hey, everyone. I just pushed the first beta release of Laravel Mix 4. This is the big one that catches us up to webpack 4, Babel 7, and vue-loader 15. This comes with a whole host of improvements.
…
-
The API I am working on uses graphql-yoga to bootstrap the server and do some pretty cool stuff. Sadly I am not being able to view the voyager as there are a few errors. We would like to visualize the…
-
HAPI 17 changed its plugin registration format, and thus the middleware here needs to be updated to match.
https://github.com/prismagraphql/graphql-playground/commit/a4ddbd62332b73bb67773ddd58dfecb…
-
Is there some way for Juniper to be compatible with tools like https://github.com/sheerun/graphqlviz or https://github.com/APIs-guru/graphql-voyager ?
Check out https://apis.guru/graphql-voyager/ if …
-
`import { koa as middleware } from 'graphql-voyager/middleware';
router.all('/voyager', voyagerMiddleware({
endpointUrl: '/graphql'
}));`
voyagerMiddleware does not match up with what is voyag…