Download the PHP package bigfork/silverstripe-graphql-sdl without Composer
On this page you can find all versions of the php package bigfork/silverstripe-graphql-sdl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bigfork/silverstripe-graphql-sdl
More information about bigfork/silverstripe-graphql-sdl
Files in bigfork/silverstripe-graphql-sdl
Download bigfork/silverstripe-graphql-sdl
More information about bigfork/silverstripe-graphql-sdl
Files in bigfork/silverstripe-graphql-sdl
Vendor bigfork
Package silverstripe-graphql-sdl
Short Description Outputs a GraphQL System Definition Language (SDL) file for your schema
License BSD-3-Clause
Package silverstripe-graphql-sdl
Short Description Outputs a GraphQL System Definition Language (SDL) file for your schema
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package silverstripe-graphql-sdl
GraphQL SDL transcriber
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:
All versions of silverstripe-graphql-sdl with dependencies
PHP Build Version
Package Version
The package bigfork/silverstripe-graphql-sdl contains the following files
Loading the files please wait ....