Wojciech Trocki
Wojciech Trocki
## Feature Request It shows an internal mutation format and in most cases will need to be removed from the application. We should show offline changes directly on the list.
Deployment of the DataSync template requires now mongo to be deployed separately. While developers can have already existing mongodb server for the testing we might figure out pattern for having...
https://blog.hasura.io/architecture-of-a-high-performance-graphql-to-sql-server-58d9944b8a87/
Instead of ```graphql """ @generateId @disablePooling @protected """ ``` do: ```graphql """ @generateId @disablePooling @protected """ ```
Adapt sample https://github.com/microsoft/vscode-extension-samples/tree/master/completions-sample Depends on https://github.com/aerogear/graphback/issues/1323
GraphQL-Link is not competing with Apollo Federation which is complete gateway and host solution to agregate multiple objects during develoonent time. Federation would have much more features and be more...
Currently we are using Chirino fork of the GraphQL. GraphQL implementation moved forward we should investigate how much work will be needed to migrate
``` listen: localhost:8080 upstreams: note: type: graphql url: http://127.0.0.1:4000/graphql types: - name: Query actions: - type: mount upstream: note query: query {} ``` This happens with the latest release and...
It seems that docker image provided is not working. Some issues we saw when gw is containerized. - Cors are not enabled, so impossible to hook in OVP queries into...