meshctl generate graphql

Generate Gloo custom resources for GraphQL.

Synopsis

Generate GraphQL schemas from existing OpenAPI or gRPC schemas. This command 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