You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I still have another thing I wanted to make, which you labeled 1.2, but to be honest with decorators and some other new features it almost got obsolete.
IN case of this one - please give me your thought on this - maybe the issue is resolved anyway, if you simply have a test that makes a full introspection query. This would trigger the error not at compile time, but test time.
First of all: nice feature. I used "decorators" often and now they are an actual feature and I can prevent them from going into the schema! 👍
Is it actually possible to throw error at compile time, when I have:
While
SomeDecoratorType
is an object withconfig.decorator: true
.Currently an error is thrown when query is being executed.
The text was updated successfully, but these errors were encountered: