Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove split between GQL schema & class types in `ResourcesHost.getIn…
…terfaces` The GQL schema is always available now that my PR got merged. The class types (aka `EnhancedResource.interfaces`) now works for IntersectTypes Still, having the split between our class type inheritance and GQL schema gives me pause for thought. They should be in sync, so maybe one should just be picked always over the other? I guess class types could still be private, not exposed to GQL schema. And GQL schema needs the app to be booted & use service, instead of just accessing on EnhancedResource...
- Loading branch information