You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, First of Thanks for great example and sorry for dumb question.
I have seen many example and one thing is common there. We always have on Query implementation.
I know that there should be always one root, but I am currently working in project having 100s of queries that got merged eventually. (project is in JS / TS) . How to arrange code in Juniper? Because if we continue like this then Query, Mutation and Subscription will be big fat code base. That can be hard to manage.
I hope I am clear with the question. Please let me know if any other details are required. Thanks :)
The text was updated successfully, but these errors were encountered:
Hi, First of Thanks for great example and sorry for dumb question.
I have seen many example and one thing is common there. We always have on Query implementation.
I know that there should be always one root, but I am currently working in project having 100s of queries that got merged eventually. (project is in JS / TS) . How to arrange code in Juniper? Because if we continue like this then Query, Mutation and Subscription will be big fat code base. That can be hard to manage.
I hope I am clear with the question. Please let me know if any other details are required. Thanks :)
The text was updated successfully, but these errors were encountered: