Content Management AI
Personalize your content generation AI and create incredible user experiences for your customers
Start free trialQuestion
Graphql - Is GraphQL just SQL?
Answer
Contrary to a common misunderstanding, GraphQL is not SQL. It's a specification typically used for remote client-server communications. Unlike SQL, GraphQL is not tied to any specific data source(s) for data retrieval and persistence. The accessing and manipulation of data are carried out through arbitrary functions known as resolvers.