在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):TYPO3-Initiatives/graphql开源软件地址(OpenSource Url):https://github.com/TYPO3-Initiatives/graphql开源编程语言(OpenSource Language):PHP 98.0%开源软件介绍(OpenSource Introduction):GraphQLThis extension integrates GraphQL into TYPO3 CMS. Currently it provides an read API for managed tables. For more information about the planned features see the draft. This implementation is a proof-of-concept prototype and thus experimental development. Since not all planned features are implemented, this extension should not be used for production sites. InstallationUse composer to install this extension in your project: composer config repositories.cms-configuration git https://github.com/typo3-initiatives/configuration
composer config repositories.cms-security git https://github.com/typo3-initiatives/security
composer config repositories.cms-graphql git https://github.com/typo3-initiatives/graphql
composer require typo3/cms-graphql UsageThe entity reader provides an easy access to the managed tables of TYPO3 CMS: use TYPO3\CMS\GraphQL;
$reader = new EntityReader();
$result = $reader->execute('
tt_content {
uid,
header,
bodytext
}
'); For more examples checkout the functional tests. DevelopmentDevelopment for this extension is happening as part of the TYPO3 persistence initiative. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论