bigfork/silverstripe-graphql-sdl
最新稳定版本:1.1.1
Composer 安装命令:
composer require bigfork/silverstripe-graphql-sdl
包简介
Outputs a GraphQL System Definition Language (SDL) file for your schema
README 文档
README
Automatically generates a file containing your GraphQL schema, represented by the GraphQL Type System Definition Language. This is mainly intended for use with the IntelliJ GraphQL plugin.
Install
composer require bigfork/silverstripe-graphql-sdl
Usage
The SDL files are, by default, only built in dev mode and are output to public/_graphql/schemaname.sdl.graphql. All
schemas are included, but if this causes problems (e.g. conflicting types) it’s possible to only enable this for
specific schemas via YAML config:
Bigfork\SilverstripeGraphQLSDL\SDLTranscribeHandler: schemas: - default
统计信息
- 总下载量: 936
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2022-02-04