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
I tried to look into the code but I didn't come up with a definitive answer.
I am wondering if is possible to generate classes of objects at run time.
What I want to do is to use juniper to build a SQL wrapper giving the user the possibility to create, not only new rows but also new tables at run time. Is it clear?
It is possible with juniper?
Thanks
The text was updated successfully, but these errors were encountered:
If you mean creating new GraphQL object types at runtime, the answer is practically "no". While it would be possible, you would not gain anything from using Juniper. This was briefly discussed in #7.
Hi,
I tried to look into the code but I didn't come up with a definitive answer.
I am wondering if is possible to generate classes of objects at run time.
What I want to do is to use juniper to build a SQL wrapper giving the user the possibility to create, not only new rows but also new tables at run time. Is it clear?
It is possible with juniper?
Thanks
The text was updated successfully, but these errors were encountered: