Hello,
I'm going to build a web app and my API is going to be in GraphQL. I'll need to integrate the GraphQL server with third party services such as Auth0, Stripe, push notifications, etc. Probably at least 5 integrations. My app and schema will not be huge or complex, so I don't need a lot of fire power.
I'm in doubt about implementing my own GraphQL server or using a SaaS solution like Scaphold .
My concerns are:
I'm fine implementing this all myself, the only problem is time. I didn't want to spent a lot of time building things that are already available. On the other side, I don't like the idea of not having full control over my code.
I appreciate any suggestions and words of wisdom.
Cheers!
No responses yet.