Live data from Hacker News

Launch HN: Scaphold.io (YC W17) – GraphQL Backend as a Service

news.ycombinator.com

31–40 of 95 posts

Re: Launch HN: Scaphold.io (YC W17) – GraphQL Backend as a Service

#31

I just don't believe in the 1 backend to rule them all approach. Services like Stripe, Algolia, Datadog, Pusher, Mapbox, Imgix etc all make a lot of sense. It's easy to plug them in to your existing backend and extend your app's functionality. Using someone else's backend for your app is a terrible decision though, the lock-in is just too large. For this to succeed they'll need to add a lower level interface to the m…

"Services like Stripe, Algolia, Datadog, Pusher, Mapbox, Imgix etc all make a lot of sense"

Yep, and that's because they solve a really really challenging problem you can almost never solve yourself, whether it's payment processing or search.

Creating a simple barebones back-end may be tedious (though I'll argue it's trivial), but it will never be an unsolvable problem for many. Maybe for pet projects, but never for any critical production applications.

Re: Launch HN: Scaphold.io (YC W17) – GraphQL Backend as a Service

#33
Congratulations on the new website and launch!

The new custom logic feature is looking great but what if I want to implement a custom query or mutation that isn't necessarily tied to a `Node`?

For example, what if I wanted to add a query that ran a ranking algorithm and returned a feed?

Re: Launch HN: Scaphold.io (YC W17) – GraphQL Backend as a Service

#34

Congratulations on the new website and launch! The new custom logic feature is looking great but what if I want to implement a custom query or mutation that isn't necessarily tied to a `Node`? For example, what if I wanted to add a query that ran a ranking algorithm and returned a feed?

Hey thanks for the kind words! That is coming soon. You will be able to use the same Logic infrastructure to create you own custom queries and mutations!

Re: Launch HN: Scaphold.io (YC W17) – GraphQL Backend as a Service

#35
post #34

Congratulations on the new website and launch! The new custom logic feature is looking great but what if I want to implement a custom query or mutation that isn't necessarily tied to a `Node`? For example, what if I wanted to add a query that ran a ranking algorithm and returned a feed?

Hey thanks for the kind words! That is coming soon. You will be able to use the same Logic infrastructure to create you own custom queries and mutations!

Thanks for the prompt reply! I'm currently refactoring our GraphQL API and if you guys had this feature I would've gone off our infrastructure and used Scaphold. Will definitely keep an eye out for when you guys add this.

Re: Launch HN: Scaphold.io (YC W17) – GraphQL Backend as a Service

#39

If you code while working for another company dont they own that IP? Unless specifically stated on your employment contract? Just curious! Thanks

not if you code outside of working hours with your own equipment

Exactly. We never spent time on the company's dime working on it and my employer actually knew I was working on a side project and permitted me to continue doing so.
Post reply on HN