graphqlizer icon indicating copy to clipboard operation
graphqlizer copied to clipboard

Make your meteor mongo collections accessible over a graphql endpoint

Results 3 graphqlizer issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/matteodem/test/github/aff1f1b6-cb35-49a4-bb98-663a571bac79/master..snyk-fix-93c34285fd03a798777e7e5c78fe9cf9) for more details. #### Snyk Project: [matteodem/graphqlizer:package.json](https://app.snyk.io/org/matteodem/project/aff1f1b6-cb35-49a4-bb98-663a571bac79) ####...

So that incrementally changing from graphqlizer CRUD to more complex schemas doesn't result in unreadable code. Also eliminate graphqlContext. https://gist.github.com/matteodem/9afd3b5401a9aa0127f3cf459a6a0b1a ## TODO * [x] Add tests * [x] Add new...

feature