# What is a Graph Database? | Why GraphQL is Not a Graph Database

DevFeed: [What is a Graph Database? | Why GraphQL is Not a Graph Database](<https://devfeed.tech/articles/what-is-a-graph-database-why-graphql-is-not-a-graph-database-23574.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/what-is-a-graph-database-why-graphql-is-not-a-graph-database>)

Author: Khalil Stemmler

Published: 2021-11-25T21:40:19Z

Content type: article

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [graph-database](<https://devfeed.tech/topics/graph-database.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Database](<https://devfeed.tech/topics/database.md>), [Transactions](<https://devfeed.tech/topics/transactions.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [fraud-detection](<https://devfeed.tech/tags/fraud-detection.md>), [graph](<https://devfeed.tech/tags/graph.md>), [graph-database](<https://devfeed.tech/tags/graph-database.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [management](<https://devfeed.tech/tags/management.md>), [network](<https://devfeed.tech/tags/network.md>), [relational-databases](<https://devfeed.tech/tags/relational-databases.md>), [transactions](<https://devfeed.tech/tags/transactions.md>)

## AI overview

This educational article explains what graph databases are, how they model data with nodes, edges, and properties, when they are useful for relationship analysis, and how they differ from GraphQL and relational databases.

## Source excerpt

GraphQL is a query language and a server-side runtime (typically served over HTTP). However, you may have also heard of graph databases. What does GraphQL have to do with graph databases? Not so much. In this post, we'll clear up any confusion you may have about GraphQL and graph databases by learning about what graph databases are, the main ideas behind them, when they're most valuable, and how they differ from GraphQL. What is a graph database?