All Projects → prisma-labs → Get Graphql Schema

prisma-labs / Get Graphql Schema

Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Get Graphql Schema

Graphql Config
One configuration for all your GraphQL tools (supported by most tools, editors & IDEs)
Stars: ✭ 883 (+99.32%)
Mutual labels:  graphql, apollo, relay, graphql-schema, devtools
Fraql
GraphQL fragments made simple ⚡️
Stars: ✭ 433 (-2.26%)
Mutual labels:  graphql, apollo, relay, apollographql
Graphql Up
Get a ready-to-use GraphQL API for your schema
Stars: ✭ 415 (-6.32%)
Mutual labels:  graphql, apollo, relay, apollographql
Graphql Ws
Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.
Stars: ✭ 398 (-10.16%)
Mutual labels:  graphql, apollo, relay
Graphql Transform Schema
Transform, filter & alias resolvers of a GraphQL schema
Stars: ✭ 84 (-81.04%)
Mutual labels:  graphql, apollo, graphql-schema
Angular Fullstack Graphql
🚀 Starter projects for fullstack applications based on Angular & GraphQL.
Stars: ✭ 92 (-79.23%)
Mutual labels:  graphql, apollo, apollographql
Booben
Web app constructor based on React, with GraphQL bindings
Stars: ✭ 96 (-78.33%)
Mutual labels:  graphql, apollo, apollographql
React Fullstack Graphql
Starter projects for fullstack applications based on React & GraphQL.
Stars: ✭ 1,352 (+205.19%)
Mutual labels:  graphql, apollo, apollographql
Graphql Live Query
Realtime GraphQL Live Queries with JavaScript
Stars: ✭ 112 (-74.72%)
Mutual labels:  graphql, relay, graphql-schema
Apollo Server
🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.
Stars: ✭ 12,145 (+2641.53%)
Mutual labels:  graphql, apollographql, graphql-schema
Graphbrainz
A fully-featured GraphQL interface for the MusicBrainz API.
Stars: ✭ 130 (-70.65%)
Mutual labels:  graphql, relay, graphql-schema
Reactconfbr
Public infos and issues about React Conf Brasil organization
Stars: ✭ 156 (-64.79%)
Mutual labels:  graphql, apollo, relay
Lucid
A developer tool for engineers working with React and GraphQL.
Stars: ✭ 397 (-10.38%)
Mutual labels:  graphql, apollographql, devtools
Apollo Prophecy
🔮 GraphQL error management made Easy, generate custom machine-readable errors for Apollo Client/Server from the CLI
Stars: ✭ 83 (-81.26%)
Mutual labels:  graphql, apollo, apollographql
Graphql Log
Add logging to your GraphQL resolvers so you know what's going on in your app.
Stars: ✭ 94 (-78.78%)
Mutual labels:  graphql, apollographql, graphql-schema
Apollo Mocked Provider
Automatically mock GraphQL data with a mocked ApolloProvider
Stars: ✭ 70 (-84.2%)
Mutual labels:  graphql, apollo, apollographql
Artemis Dev Tool
An Apollo GraphQL Query Schema Testing Tool
Stars: ✭ 66 (-85.1%)
Mutual labels:  graphql, apollo, devtools
Graphql Query Test Mock
Easily mock GraphQL queries in your Relay Modern / Apollo / any-other-GraphQL-client tests.
Stars: ✭ 49 (-88.94%)
Mutual labels:  graphql, relay, apollographql
Graphql Modules
⚠️ [DEPRECATED] GraphQL module library for Apollo.
Stars: ✭ 53 (-88.04%)
Mutual labels:  graphql, apollo, graphql-schema
React Graphql Github Apollo
🚀 A React + Apollo + GraphQL GitHub Client. Your opportunity to learn about these technologies in a real world application.
Stars: ✭ 1,563 (+252.82%)
Mutual labels:  graphql, apollo, apollographql

get-graphql-schema npm version

Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)

Note: Consider using graphql-cli instead for improved workflows.

Install

npm install -g get-graphql-schema

Usage

  Usage: get-graphql-schema [OPTIONS] ENDPOINT_URL > schema.graphql

  Fetch and print the GraphQL schema from a GraphQL HTTP endpoint
  (Outputs schema in IDL syntax by default)

  Options:
    --header, -h    Add a custom header (ex. 'X-API-KEY=ABC123'), can be used multiple times
    --json, -j      Output in JSON format (based on introspection query)
    --version, -v   Print version of get-graphql-schema

Help & Community Slack Status

Join our Slack community if you run into issues or have questions. We love talking to you!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].