Mithras

Results 53 comments of Mithras

I think just removing "node_modules" for stuff referenced in angular.json work fine, e.g. ``` "styles": [ "bootstrap/dist/css/bootstrap.css" ], ``` I haven't tested that it actually works as switching to PnP...

> I then federated my server and performed the same query through the router. Can you elaborate how you split entities between subgraphs? I'm getting nothing but `{ data: null...

Here is an example that's using Gateway: https://github.com/apollographql/router/issues/1308#issuecomment-1169661203 Router does the same (returns nothing without any errors).

It's up to you if you want to add/improve error reporting for these cases because normally nobody should ever have not-nullable fields in Federated entities as they can not be...

Another idea is to add a link to a fallback Supergraph to `APOLLO_UPLINK_ENDPOINTS` but I'm not sure I understand how it works. Does it pull from the second/third/etc address only...

``` async def check_constraint(self, key, value, app): unconstrained = True if key in app.list_constraints(): method = getattr(app, key) if(iscoroutinefunction(method)): #

I'll try to do that on weekend

https://github.com/home-assistant/appdaemon/pull/950

Any chance of this being fixed/merged?

related: - https://github.com/graphql-dotnet/graphql-dotnet/pull/3144