How to Query with GraphQL
GraphQL provides a powerful and flexible way to interact with your TerminusDB data. This guide covers everything from basic queries to advanced filtering and data mutations.
Getting Started
- GraphQL Basics - Learn the fundamentals of querying with GraphQL
Data Modifications
- GraphQL Mutations - Insert, replace, and delete documents using mutations
Querying and Filtering
- GraphQL Filter - Filter query results with basic conditions
- GraphQL Advanced Filter - Use complex filtering logic
- GraphQL Limit - Limit the number of results returned
- GraphQL Order By - Sort query results
- GraphQL Offset - Implement pagination with offset
Advanced Topics
- GraphQL Path Queries - Query relationships and paths
- GraphQL Back Links - Navigate reverse relationships
- GraphQL IDs and RDF IRIs - Work with identifiers and RDF
Reference
For detailed API documentation, see the GraphQL Query Reference.