Last updated:
0 purchases
fetch graphql schema
Fetch GraphQL Schema #
Fetch and print the GraphQL schema from a GraphQL HTTP endpoint and make code generation easier
Quick Start 🚀 #
Installing 🧑💻 #
dart pub global activate fetch_graphql_schema
copied to clipboard
Or install a specific version using:
dart pub global activate fetch_graphql_schema <version>
copied to clipboard
Commands ✨ #
fetch_graphql_schema fetch #
Fetch and print the GraphQL schema from a GraphQL HTTP endpoint.
Usage: fetch_graphql_schema fetch [arguments]
-h, --help Print this usage information.
--[no-]json Output in JSON format (based on introspection query)
--url GraphQL HTTP endpoint to fetch schema
--header Add a custom header (ex. 'Authorization=Bearer ABC','Version=2.1.0')
Run "fetch_graphql_schema help" to see global options.
copied to clipboard
Usage
# fetch and print
fetch_graphql_schema fetch
copied to clipboard
fetch_graphql_schema upgrade #
Updates Fetch GraphQL Schema CLI to latest version.
Usage: fetch_graphql_schema upgrade [arguments]
-h, --help Print this usage information.
Run "fetch_graphql_schema help" to see global options.
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.