Registry splitting with AshGraphql and AshJsonApi
Taking a crack at splitting my registries. I'm getting a lot of this:
Are there limitations on cross-registry resources, or is this a configuration issue?
4 Replies
Have you added all of your APIs to the graphql schema?
I haven't split the APIs, would it be preferable to have a 1:1 Api:Registry setup?
Ah
You can't have more than one registry for a single api
If you have
in your api, the second one is overwriting the first
😆
Ok, thanks mate, I will split them as well 🙂