Hiram Chirino
Hiram Chirino
If the state of the cluster is not changing like in a freshly installed idle cluster, then there should be little CPU usage by the operators. Something seems to be...
Also what do you mean by tested as field of input/output type? Does that mean as field of a struct using the `#[derive(GraphQLObject)]` macro?
Sadly we can't do something as simple as: ``` #[derive(GraphQLInputObject)] struct InputObj { val: serde_json::Value, } ``` Since we need a way to associate type info with the val field....
@tyranron I think the PR should have about the right stuff covered in the tests. It introduces a couple of new public types... and naming things is hard so let...
renamed and added a section to the book. Is anything else needed?
@tyranron thanks for the update. Do you have a branch of your work that I can peek at? Maybe I can find some time to help.
No rush. Glad my "first ever rust PR" is nudging this project even to become even better.
@tyranron hey.. I know this is a complex PR and I'm a noob, but feel free to reach out to me if you need help with it.
I like where @nlinker was going with this. In cases where you know that the json value is going to have a fixed schema it would be nice if you...
Here's another approach to the idea: https://github.com/graphql-rust/juniper/pull/975