Publish - WunderGraph

Usage

npx wgc monograph publish [monographName] --schema [schemaFilePath]

Description

The npx wgc monograph publish command enables you to publish a specific monograph to the Cosmo platform. Publishing a monograph makes it available for consumption by other services or applications, allowing them to send GraphQL queries and retrieve data from your monograph.

Parameters

Options

Example

Publish a schema to an existing monograph.

npx wgc monograph publish production --schema ../production.graphql

Notes