- Notifications
You must be signed in to change notification settings - Fork 223
Open
Description
| Q | A |
|---|---|
| Bug report? | no |
| Feature request? | yes |
| BC Break report? | no |
| RFC? | no |
| Version/Branch | dev-master |
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:
SomeType: type: 'object' config: fields: someField: { type: 'SomeDecoratorType' }While SomeDecoratorType is an object with config.decorator: true.
Currently an error is thrown when query is being executed.
Metadata
Metadata
Assignees
Labels
No labels