Michael Compton
Michael Compton
### What happened? The server allows returning values for enums that aren't in the listed values for the enum types. ### What did you expect? Spec doesn't allow this https://spec.graphql.org/June2018/#sec-Enums...
v0.18.2, netcoreapp2.0 on linux/mac, tar contains ``` -rw-rw-r-- ... blaa.md -rwxrwxrwx ... blaa.sh ``` result of extraction is ``` -rw-r--r-- ... blaa.md -rw-r--r-- ... blaa.sh ``` (`PreserveAttributes` option to `ExtractionOptions`...
I thought the following example would result in validation errors, but it passes without error. Are directive arguments not checked by validation? ...or have I done something silly? ``` package...
Note: I want to merge all the commits here so I can reference them in the blog, so I won't squash. I'm also going to be a bad boy and...
Hi, Sorry this is such a basic question. I've been using the other dotnet k8s library and would like to switch to yours, but I'm failing at the first hurdle....
Not sure of the current status of this. Some of the commits are old, but look reasonable. I think we should: * make these commits - potentially with some refactoring...
use something like https://github.com/Wyamio/Wyam and in code comments to generate Api docs to go in the project wiki
I think restrictions in underlying libs mean that all fields must be in camel case. at the moment: - Fields must start with lower case - Types can start with...
In progress - [ ] Further GraphQL spec compliance (https://github.com/MichaelJCompton/GraphSchemaTools/issues/2) - [ ] Fully checking schemas on input (https://github.com/MichaelJCompton/GraphSchemaTools/issues/5) - [ ] Update mutations soon - [ ] hosting GraphSchema...
The code for validation of the input schema is in flux and isn't hooked up in the current version. So GraphSchema will accept any schema (even if it doesn't match...