Ivan Zhuravlev

Results 80 comments of Ivan Zhuravlev

@erfanium describe how you see it working, what the inputs and outputs. I will help with the implementation.

@erfanium As for the name, I think `parseSchema` or `parse` is logical. I sketched the code, it still needs to be tested on nested structures. By the way, in it...

@erfanium okey, I'll move this code to the repository and revise it to normal tests

@icebob the first one I am working on in a separate repository. At the moment I stopped at solving problems with the properties `$$type` and `$$root`. I still need to...

With default values, the fields are easy to implement if you add default values ​​directly to the rules.

I would suggest considering other syntax options. The proposed syntax looks, in my opinion, terribly inconvenient and redundant.

It would be a good solution to describe the basic rules, and one additional to indicate the order of verification by referring in the same scheme. Something like this: ```js...

add option in `discount`: `optional: true`

@skotopes The application catalog is already running. Can we expect updates on this task shortly?

Judging by the CI error, dependency packages like `graphql-subscriptions` and possibly others should be updated so that there is no conflict between new and old packages in peer dependencies.