graphql-compose-connection icon indicating copy to clipboard operation
graphql-compose-connection copied to clipboard

Plugin for TypeComposer (graphql-compose), that adds `connection` resolver.

Results 17 graphql-compose-connection issues
Sort by recently updated
recently updated
newest added

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.0 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) v5.1.1 Bug Fixes unescape exclamation mark (#26) (a98874f) Changelog Sourced from...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 5.0.0 to 5.3.1. Release notes Sourced from normalize-url's releases. v5.3.0 Throw a friendly error on view-source: input (#124) ddf2584 https://github.com/sindresorhus/normalize-url/compare/v5.2.1...v5.3.0 v5.2.1 Fix removeSingleSlash option adding slashes (#122)...

dependencies

@nodkz Funny - we talked about this already back in 2016 :) So now that the mongoose composter flattens the projection to improve performance - it also flattens the non...

I have a use-case for creating more than one connection resolvers for a typecomposer, but because the resolver name is hardcoded, this is quite complicated (i need to wrap it...

I'm using graphql-compose without MongoDB. I have a SQL database, but there's a business logic layer between the DB and GQL. So for practical purposes, my GraphQL layer does not...

Is it possible to filter to search for an id in an array? Basically i have a field `account: MongoID`, and want to search all data for account X AND...