bigfork/silverstripe-graphql-sdl 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2022-02-04