GraphQL
GraphQL query interface for TerminusDB
Part of: Query
21 pages
How to Query with GraphQL
Comprehensive guides for querying and modifying data in TerminusDB using GraphQL including queries, mutations, filtering, and more.
Learn the GraphQL Basics for TerminusDB
Learn to query TerminusDB using GraphQL with a Star Wars dataset cloned from the public templates server.
Advanced Filtering
Advanced Filtering with GraphQL
Connect with Apollo Client to use GraphQL with TerminusDB
A reference guide to get you up and running with TerminusDB & TerminusDB using GraphQL and Apollo Client
Filter with GraphQL
Filter with GraphQL
GraphQL with RDF URI/IRI
Using GraphQL with RDF and URI/IRI fields with TerminusDB
Limit Results with GraphQL
How to use limit to limit query results with GraphQL
Offset to Provide Paging
A guide showing how to use offset in GraphQL to provide pagination
Order By in GraphQL
How to use the order by argument in GraphQL queries with TerminusDB
Path Queries in GraphQL
How to do path queries on TerminusDB data products using GraphQL
Querying Layers with GraphQL
Learn how to query TerminusDB layer objects using GraphQL to navigate version control history and repository structure.
Use GraphQL Back Links for easy queries
Back Links in GraphQL
Connecting to GraphQL Reference Guide
A reference guide detailing connecting to GraphQL with TerminusDB.
DocumentsGraphqlTable Component
The DocumentsGraphqlTable component allows you to use GraphQL queries and visualize the results in a the TDBReactTable
GraphQL Mutations Reference
Learn how to insert, replace, and delete documents in TerminusDB using GraphQL mutations including _insertDocuments, _replaceDocuments, and _deleteDocuments.
GraphQL Naming Conventions Reference Guide
A reference guide detail the GraphQL naming conventions in TerminusDB and TerminusDB.
GraphQL Query Reference Guide
A GraphQL query reference guide explaining the workings of GraphQL queries with TerminusDB
GraphQL Range Filter Optimization Plan
Implementation plan for accelerating GraphQL gt/ge/lt/le filters using the streaming range query infrastructure in TerminusDB
System Graph Interface to GraphQL
TerminusDB technical documentation - System Graph Interface to GraphQL
useTDBGraphqlQuery
useTDBGraphqlQuery` is the main hook to connect @terminusdb/terminusdb-react-table with TerminusDB server
Choosing a Query Interface: WOQL, GraphQL, or HTTP API
Compare TerminusDB's three query interfaces — HTTP Document API, GraphQL, and WOQL — and decide which to use for your workload.