Christian Joudrey
Christian Joudrey
Default value should be `true`. When set to `false`, HTTP redirects are not followed.
Add a way to set `max_connections` and `max_connections_per_host` to simulate browsers behaviour.
- Don't output to stdout by default. - Add optional output file arg that also accepts `-` for stdout.
We could make it accept both colors from the [NES palette](https://github.com/fogleman/nes/blob/master/nes/palette.go) and just plain RGB.
Inspired by prior work done in https://github.com/cjoudrey/graphql-schema-linter/pull/266. This pull request modifies the `DefinedTypesAreUsed` rule to report unused types named `Query`, `Mutation`, and `Subscription` when the schema is configured to use...
When specifying an invalid rule in an inline configuration, `graphql-schema-linter` should let the user know. For example, this should raise an error: ```graphql # lint-disable some-invalid-rule type Query { field:...
In some error cases, the linter can programmatically know what the schema _should_ have been. It would be awesome to provide a `--fix` option that would automatically resolve these errors....