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
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 alsoHere'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