JSPM

graphql-xsd

0.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q15523F
  • License MIT

Package Exports

  • graphql-xsd

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (graphql-xsd) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

graphql-xsd

Greenkeeper badge

A simple graphql-to-xsd generator (inelegantly leveraging graphql-code-generator)

Install

npm install -g graphql-xsd

Usage

  Usage: graphql-xsd [options]

  Options:

    -V, --version                   output the version number
    -s, --schema <schema>           either local schema path/glob or remote schema uri
    -o, --output [filename]         filename for generated xsd (default: schema.xsd)
    -n, --namespace [namespace]     uri to use for xsd namespace (default: http://example.com/graphql)
    -h, --header ["header: value"]  additional http header to send with introspection request
    -h, --help                      output usage information