sikanhe / gqtx

Code-first Typescript GraphQL Server without codegen or metaprogramming
458 stars 13 forks source link

pass args to abstract fields/interface fields #54

Closed zth closed 3 years ago

zth commented 3 years ago

This allows abstractField to take arguments, which in turn allows interface fields to have arguments enforced.

Note: The reason for going assert/strict => assert is that I couldn't get the tests running locally without changing that. Complains about assert not being found.

sikanhe commented 3 years ago

LGTM, thank you @zth