Alex Kubiesa
Alex Kubiesa
I think there may be a way to achieve this with the current implementation. When the `RealIpHeader` setting is not provided, `RateLimitConfiguration` defaults to using `IpConnectionResolveContributor`, which gets the remote...
@rstaib I feel like you've misunderstood the issue. I am talking about controlling the GraphQL Endpoint (called "Schema Endpoint" in the BCP UI) based on whether I navigated to the...
I have a similar issue where I do `.AddErrorFilter` and the error filter doesn't have access to the application's `IHttpContextAccessor`.
Yes, I did. Thanks for checking 😃
I have come across this issue and believe our API would benefit from allowing recursive GraphQL queries. Our schema contains types that have a field of the same type, but...
OK, here is a subset of the old version of our electronics design schema. ```graphql # ... type DesCadDesign { # ... boardOutline: DesCadComplexShape # ... } interface DesCadGeometricShape {...
@benjie @skilkis thank you for your suggestions. The Struct RFC feels like a good fit. Our current use case involves a client querying the whole board outline, making some local...