robross0606

Results 299 comments of robross0606

I touched on this with #479 but was told it doesn't exist. lt does, but I haven't had time to produce a unit test to prove it. I'm not sure...

This may already be possible somehow, but the documentation is extremely vague and looks slightly corrupt and possibly outdated in the README: > Generate documentation from for the ["modularized >...

I'd have to compare the versions of `jest` too to be sure. The real question is whether your true dependency was on `expect` or was on `expect-utils`. If you make...

Along those same lines, perhaps allow relative directory for storage location? If this is already possible, I haven't figured out how.

I am trying to set this up but the site looks completely borked even with the Chrome extension. I'm a bit baffled about what I'm supposed to be doing here....

> What remote do you have? It is a Harmony One+. Fairly old, so I _thought_ it should work.

There are multiple tickets opened with this same question. I also have this question. I've been able to get the federated schema to show the constraint directive in it. ![image](https://user-images.githubusercontent.com/2965467/91180503-c82bbc80-e6b5-11ea-8d62-57ea05133e7d.png)...

I thought I was able to get this working by executing the transform after building the federated schema. This produced all the expected behaviors in terms of constraints. However, I...

@confuser, the example jest test on ardatan/graphql-tools#2687 shows how I execute the transform _after_ building the federated schema. Just replace `mapSchema()` in that example with the transform of choice. In...

@FluorescentHallucinogen, this is my understanding as well. From what I can tell, the directives are run through a GraphQL transform using `graphql-toosl/utils` `mapSchema()` and end up being replaced by generated...