Replies: 1 comment 2 replies
-
You didn’t extend operations config, take a look in examples folder there is various examples |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it an expected behavior that fields in the operation are not reported as errors?
I have validated that I do get errors when I (for example) omit a curly brace, but not for fields that clearly do not exist.
I do get an error from the IDE integration plugin:
![image](https://private-user-images.githubusercontent.com/11244314/270644134-13ac2ed0-a856-420f-a8bc-76ed94a292e5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTcwMjYsIm5iZiI6MTczOTI1NjcyNiwicGF0aCI6Ii8xMTI0NDMxNC8yNzA2NDQxMzQtMTNhYzJlZDAtYTg1Ni00MjBmLWE4YmMtNzZlZDk0YTI5MmU1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA2NTIwNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ3NjdhODcxZmMyOThiODUxNWRmNTdjNDIxZjY1ZDNjNmFjYjhlZjQzYWE2ODY0OWVmMzVjYjZiNDM5NWYyYTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.YDsMIw1TTps6zwTQaNh49z7qw2kDOf-TkJSQZXNT42M)
This is my config for the relevant project
Beta Was this translation helpful? Give feedback.
All reactions