TypoGraph
- Extension Key
-
typograph
- Package name
-
digicademy/typograph
- Version
-
main
- Language
-
en
- Author
-
Frodo Podschwadek, Digital Academy, Academy of Sciences and Literature | Mainz
- License
-
This document is published under the Creative Commons BY 4.0 license.
- Rendered
-
Fri, 24 Apr 2026 14:39:11 +0000
TYPO3 extension for providing access to TYPO3 database table data via a GraphQL endpoint. Under the bonnet, it uses graphql-php.
You shold be sufficiently familiar with the basic concepts of GraphQL to use this extension. For example, you need to know how to create GraphQL schemas. If you want to learn more about GraphQL or need a refresher, have a look at the GraphQL docs.
Introduction
Motivation, features and limits of this extension.
Installation
How to install this extension.
Configuration
Configuring simple and nested queries.
Pagination
Using paginated queries.
Sorting
Custom sorting of query results.
Custom resolvers
Root fields that do not fit the default tableMapping dispatch.
Example setup
Set up example tables, schemas and configuration with a CLI command.