Skip to content

issues Search Results · repo:thebigredgeek/apollo-resolvers language:JavaScript

Filter by

30 results
 (65 ms)

30 results

inthebigredgeek/apollo-resolvers (press backspace or delete to remove)

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more. br View this repository on the Mend.io Web Portal. Config Migration Needed - [ ] !-- create-config-migration-pr ...
  • renovate[bot]
  • Opened 
    on Aug 25, 2021
  • #79

Hello, I m wondering if there is a way to improve the typings definition by having the context variable being typed : export interface ResultFunction ResulType { (root: any, args: any, context: ...
  • elsasslegend
  • 1
  • Opened 
    on Oct 1, 2019
  • #66

The following error is occurring when trying to use apollo-resolvers with typescript, I noticed that several people were having the same problem and I decided to open the issue, more details below. Error ...
  • rodrigooler
  • 7
  • Opened 
    on Dec 14, 2018
  • #48

Hi, funny thing. Not all cases are covered in tests and there is a bug with one of these. Here is an example of test with or condition: // test/unit/helper_spec.js it( when (true, false) and resolver ...
  • newsiberian
  • 1
  • Opened 
    on Nov 23, 2018
  • #46

Hi. I recently used this library and really enjoy it. I wonder if there s anyway if we can pass data from a resolver to another. For example, let s say I have a resolver isStatusOwnerResolver like this: ...
  • alexluong
  • Opened 
    on Oct 18, 2018
  • #45

Hi, is it possible to use apollo-resolvers as subscription resolver? I noticed in this case the context is not passed to resolver. export const resolvers = { //... Subscription: { status: { subscribe: ...
  • groundmuffin
  • 2
  • Opened 
    on Aug 9, 2018
  • #41

Hi, is it possible to use an async function in a parent resolver? I m trying to achieve something like this: export const isAuthenticatedResolver = baseResolver.createResolver( (_, args, { token }) ...
  • groundmuffin
  • 1
  • Opened 
    on Aug 8, 2018
  • #40

Is it expected that returning null from a resolver should allow the request to continue to the child resolver? Since null is a valid return type for nullable fields, it may be desired that a resolver ...
  • imranolas
  • 4
  • Opened 
    on Aug 6, 2018
  • #39

Epic library! The problem is this. When my custom base resolver has handled the error and returns it, it is thrown which leads to an unhandled error in the runtime. Is it necessary to catch the error ...
  • debuglebowski
  • Opened 
    on Jul 5, 2018
  • #37

All of them can be worked around with any and !, but it would be nice to see them fixed here. First one: export interface CreateResolverFunction { R, E (resFn: ResultFunction R , errFn?: ErrorFunction ...
  • doomsower
  • 4
  • Opened 
    on Jul 1, 2018
  • #35
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub