Push - WunderGraph

Documentation Index

Fetch the complete documentation index at: /llms.txt

Use this file to discover all available pages before exploring further.

Usage

wgc operations push -c <client_name> <graph_name> -f <operations_file>

Description

Pushes the provided operations to the control plane, enabling them to be used from the router when using the given graph_name. Additionally, it registers the given client_name as a well-known client. The operations file might be one of the following formats:

The operations are validated against the graph schema before registering them. If any of the operations is invalid, no operations will be registered.

Options