@Arg
parameter decorators in inherited Resolver do not produce any arguments in GraphQl schema.
#408
Labels
Community 👨👧
Something initiated by a community
Question ❔
Not future request, proposal or bug issue
Wontfix ❌
This will not be worked on
Describe the bug
@Arg
parameter decorators in inherited Resolver do not produce any arguments in GraphQl schema.To Reproduce
Create a simple resolver that inherits from a base resolver, following closely the documentation here: https://typegraphql.ml/docs/0.16.0/interfaces-and-inheritance.html.
Example:
Resulting schema:
Expected behavior
Query or Mutation arguments represented by an
@Arg
decorator to appear in generated schema.Logs
N/A
Environment (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: