loopback-graphql
loopback-graphql copied to clipboard
Adding graphql to loopback, based on Apollo Server
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
Snyk has created this PR to upgrade graphql-type-json from 0.2.4 to 0.3.1.  ✨What is Merge Advice? We check thousands of dependency upgrade pull requests and CI tests every...
Snyk has created this PR to upgrade graphql from 0.12.3 to 0.13.2.  ✨What is Merge Advice? We check thousands of dependency upgrade pull requests and CI tests every...
Just a placeholder for tracking since it is difficult to track from project.
I see that the build is failing, thus not so confident about adopting. What are the reasons behind the failed build and if this will be fixed soon? Thanks!
Hi, I was wondering if there is way of making a custom remoteMethod (for example: User.getCurrentUser) of type 'GET' to be available as a 'QUERY' instead of as a 'MUTATION'....
I'm trying to use the "where" parameter in a query like this: ```graphql query getAllStatus { allVStatus(where: {name : {like: "abc%"}}) { VStatus { name field1 field2 } } }...
Hello I am doing some test queries using your plugin over a loopback application. I want to apply a where filter to the related model . Does the "where" parameter...
Hey ! I'm very interested in your project, I myself did an implementation of graphql inside loopback about 6 month ago on loopback 2.0 version. I've had troubles dealing with...
Apollo-server is in deprecation mode. Should use express-graphql directly.