Brad
Brad
Hi @mpsijm we recently pushed a change that should result in `delta` populating the `id` for `identity` objects that represent a user/group. Could you confirm that things are looking more...
@habbes We're using netframework and not netcore - here's a little repro app: https://github.com/ificator/examples/tree/master/OData/odata.net_2827
Has anyone managed to implement defer style behavior using GraphQL-dotnet? I have a scenario where it looks like it would be useful but it seems like we'd have to essentially...
Here's the link to the RFC for adding `defer` and `stream` support: https://github.com/graphql/graphql-spec/blob/master/rfcs/DeferStream.md And here's the one defining incremental delivery over http: https://github.com/graphql/graphql-over-http/blob/master/rfcs/IncrementalDelivery.md Hopefully it will be accepted into the...
Wow, I've been away from GraphQL work for a while and decided to check the status of things... `defer` is still not part of the spec over 2 years later....
The SSL issue is most likely related to the deprecation of TLS 1.0 and 1.1: https://docs.microsoft.com/en-us/microsoft-365/compliance/tls-1.0-and-1.1-deprecation-for-office-365?view=o365-worldwide Are you running with .NET 4.5? If so, there some manual steps that need...
Sorry @patrikhellgren, I didn't read this entire thread - just jumped in to see if there was confirmation that random 400s were resolved and saw your mention of SSL. From...
> We should see if we can automate incrementing the version numbers when we consume a new package. Or at the very least have some PR time validation that makes...