Oliver Wright

Results 19 issues of Oliver Wright

In defined-types-are-used - Add support for detecting reference loops (fixes #264). - Add support for custom schema roots.

The following schema: ```graphql type Query { field: Int! } type A { b: B! } type B { a: A! } ``` Will currently not show any errors, despite...

Currently the PullAll and Pull messages return a `Vec` of results instead of some form of iterator. This means that it is not possible to write streaming algorithms against older...

enhancement

It is not possible to test a non-conformant HTTP server that is handling headers in a case-sensitive manner. The following example script: ```js import http from 'k6/http' export default ()...

bug
evaluation needed
new-http

I believe this is the same as #649 - the certificate as provided is not trusted in some default configurations, because you do not provide the complete certificate chain, only...

## Description These types come over from other servers, and so should use types from the output, not the internal Parent type. Related #5646, see for more information ## Type...

### Is your feature request related to a problem? Please describe. The implementation of the UrlLoader supports passing IntrospectionOptions down to the `getIntrospectionOptions` function call: https://github.com/dotansimha/graphql-code-generator/blob/4acf545ab88b0dadcfd779be977e34c08bfabaf5/packages/graphql-codegen-cli/src/load.ts#L41 https://github.com/ardatan/graphql-tools/blob/2e1c0b7454d2e37c1a1cde07ce2e6622b2b83582/packages/loaders/url/src/index.ts#L404 https://github.com/ardatan/graphql-tools/blob/2e1c0b7454d2e37c1a1cde07ce2e6622b2b83582/packages/wrap/src/introspect.ts#L70 E.g. you...

#### Nature of issue? - Found a bug #### Details about the bug: This is a related issue to #842, but requires a more in-depth refactoring to fix. - Steps...

Priority:Medium
Bug

#### Nature of issue? - Question about the source code Hello, I was wondering why there is plenty of prop-drilling from the root-level components down, even when sub-components are connected...

Priority:High
Bug

It may be nice to implement some statistics such as: - Lasers Shot - Accuracy - Time Spent Boosting / Fuel used etc.

enhancement
help wanted
beginner friendly