prismake / typegql

Create GraphQL schema with TypeScript classes.

Home Page:https://prismake.github.io/typegql/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arguments To Query Type Not Exposed/Compiled?

elmpp opened this issue · comments

Hi there, think the library fits a real good niche. The typeorm fit in particular is real nice

I've hit a wall however when trying to accepts arguments to a query field. The schema just doesn't seem to include the name argument for the query field.

I have experimented at length with adding @Arg() etc also

Here's a reproduction repo - https://github.com/elmpp/typegql-params

This screenshot shows the graphiql request failing - https://github.com/elmpp/typegql-params/blob/master/ScreenShot.png

https://prismake.github.io/typegql/getting-started/setup.html

Make sure to add "emitDecoratorMetadata": true, to your tsconfig.

Let me know if it helps

That's done it. Cheers very much