Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

74
Views
Access args of parent resolver inside field resolver

I have this below resolver,

  @ResolveField()
  async config(@Parent() pet: Pet, @Context() ctx, @Info() info): Promise<CourseConfig> {
    return await this.petService.getConfig(syllabus, ctx, info);
  }

How can I get args passed to root resolver inside petServic.getConfig()? I know I can use @Args() decorator.

But It is only returning args passed to the fieldResolver i.e. config(id: "someId") but not those passed to the root resolver.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!