On this page
meshctl generate graphql
meshctl generate graphql
Generate Gloo Mesh GraphQL resources
Synopsis
The command line tool is designed to generate GraphQL schemas from existing OpenAPI or gRPC schemas. It simplifies the process of creating GraphQL APIs by automatically generating the schema based on the existing schema. This tool is ideal for developers who want to quickly create GraphQL APIs without having to manually write the schema from scratch.
Options
-h, --help help for graphql
Options inherited from parent commands
--kubeconfig string Path to the kubeconfig file for the cluster.
--kubecontext string Kubernetes context for the cluster to run the command in.
-n, --namespace string Namespace to run the command in. (default "gloo-mesh")
--plain Disable styling for terminal output.
-v, --verbose Enable verbose logging.
SEE ALSO
- meshctl generate - Generate Gloo Mesh resources
- meshctl generate graphql grpc - Generate Gloo Mesh gRPC GraphQL resources