-
Hello there! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @besh0y! This would definitely effect performance, but primarily from the migrations and metadata perspective. The queries, and related interactions with the schemas once they're on your API/server/databases would work based on how they're structured. However, my suggestion would be to limit the amount of schemas when there are that many. Most specifically limit them to the use cases expected from the GraphQL API calls. |
Beta Was this translation helpful? Give feedback.
Hey @besh0y! This would definitely effect performance, but primarily from the migrations and metadata perspective. The queries, and related interactions with the schemas once they're on your API/server/databases would work based on how they're structured.
However, my suggestion would be to limit the amount of schemas when there are that many. Most specifically limit them to the use cases expected from the GraphQL API calls.