Hacker News new | ask | show | jobs
by zawerf 2500 days ago
If you're using graphql for the backend, is it still MVC?

Even if you can stretch the definition to fit, is it still useful to organize your code along those terms instead of what's natural in the new ecosystem? (data source resolvers, type schemas, queries/mutations)

1 comments

Depends on what you're building the API in. GraphQL is a specification, not a language. For example, you can build a GraphQL API using Rails.