Jordan Phillips

Results 8 comments of Jordan Phillips

@avisra did you come across a solution to this? I'm currently running into the same issue and seem as though graphql-request does not support @defer and @stream directives 😢.

I've encountered similar issues in the past, using something like below to enforce semantic PR titles while using the Squash & Merge strategy made it a lot easier. https://github.com/amannn/action-semantic-pull-request

Hotfix above fixed some cases with containers but getting it on some Navbar.Item elements too now, running [email protected]. Downgrading typescript to 3.5.2 resolved the issue. Would be nice to see...

It looks we're after a similar solution https://github.com/ChilliCream/graphql-platform/issues/6314

After further investigation, I was able to resolve the issue, though I don't have enough context to be sure it won't cause issues elsewhere. It seems the problem lies in...

@michaelstaib I see. In that case, it looks like the `FilterOperationFieldDescriptor` doesn't have a constructor that initialize the `Member` property, at least none that I can find. I've attached the...

Upgrading to v15 still has the issue. I'm still not quite sure how to properly connect the new QueryContext that comes with v15. However, getting M:M relationships set up would...

Thanks @mmsmits it's much appreciated!