loopback-graphql icon indicating copy to clipboard operation
loopback-graphql copied to clipboard

Adding graphql to loopback, based on Apollo Server

Results 11 loopback-graphql issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=graphql-type-json&from_version=0.2.4&to_version=0.3.1&pr_id=43b21637-41ed-4c34-8b13-32adcd9a6193) ✨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. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=graphql&from_version=0.12.3&to_version=0.13.2&pr_id=c5596463-5773-45bc-a755-5710809a3cf0) ✨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.

enhancement

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.

enhancement