graphql-constraint-directive
graphql-constraint-directive copied to clipboard
Validate a object?
I'm wondering if is possible validate a object against the schema
What I want to do is validate the input in the client before send it to graphql server.
It should be possible, but unfortunately this library was designed with servers in mind and will require substantial changes.