Mark Polak
Mark Polak
There is some seemingly weird things going on around the securityDefinitions and the security related properties on the methods. We should figure out what these are actually supposed to do...
This is a draft PR to implement an approach mentioned in #4000. I've currently put the `resolverContext` on the `Store` instead of the `Environment`. It seems that the `Store` might...
When trying to improve Typescript types we made the wrong assumption that the resolver type import was always unused in Typescript files. We missed the fact that it is used...
This PR introduces and internal directive (`@__RelayTypegenTypeOverride`) to use in a Typgen `CustomTransform` [(basic example)](https://github.com/facebook/relay/blob/0ed29d161fd9ea30346d18b9e96e6939a7e57ee1/compiler/crates/relay-transforms/src/typegen_type_override_directive.rs#L50-L79) It allows the `CustomTransform` to specify a type, path and generic arguments to be used...