Enda

Results 57 comments of Enda

This makes a lot of sense, thank you for the issue! Do you see `subXXX` overriding `pubXXX` if `pubXXX` is false? As `subCreate` on its own would not have any...

Considering this would be a breaking change and a new feature, do we see this happening for a 0.17.x release?

We have filtering on relationships, but not pagination - so going to leave this open.

In theory [`addSchemaMustHaveType()`](https://graphql-compose.github.io/docs/api/SchemaComposer.html#addschemamusthavetype) should be the solution to this for any type we want to preserve, but I will need to test it. If SchemaCRUDPlugin uses this then the types...

Issue upstream which can resolve this: https://github.com/graphql-compose/graphql-compose/issues/293 Created PR: https://github.com/graphql-compose/graphql-compose/pull/294 but can see there are some tests failing. Anyway this is low priority for now.

I think the approach taken in https://github.com/aerogear/graphback/pull/964 will actually work. The main issue with it was specifying a `virtual: true` annotation on the non-owning side of the 1:1 is a...

Would the templates live in the repo, or will they be pulled from multiple sources, so that they do not all need to live inside the repo?