Using Hasura for a GraphQL service #10729
-
We’re exploring our options after our headless CMS moved GraphQL support to the enterprise tier. Now we're considering whether we can build our own GraphQL API, potentially using Hasura. Has anyone here used Hasura to build a GraphQL service? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi, @alexandercapes 👋 I'd say most users that end up here have 🙂 Are there any specific questions we can answer for you? |
Beta Was this translation helpful? Give feedback.
-
Do you have any examples of where it's been used? Specifically in relation to headless CMSs (our use case is Storyblok CMS) and creating a service that can replace their GraphQL API. We'd love to be able to build something out and appreciate any guidance or working examples that show something similar. |
Beta Was this translation helpful? Give feedback.
Of course!
I'd recommend getting started here with our various use-case guides. They'll give you an idea of building out something with Hasura and the mechanics of the product.
My personal recommendation (as someone who has built a CMS using Hasura) is to start with your data modeling. At this point, I'm sure asking an LLM for the DDL to generate your schema and structure would be quite easy...from there, pipe it into a PostgreSQL instance, connect it to Hasura, and then build out your frontend on top of it 🚀