Skip to main content
Version: v3.x (DDN)

Managing Connector Builds

Introduction

This guide explains how to view and manage Connector builds in Hasura DDN using both the console and CLI.

What is a Connector Build?

A Connector build contains the schema and metadata for a connector. Connectors are services that provide data to subgraphs, and Connector builds are essential components in creating subgraph and supergraph builds.

Viewing Connector Builds from the Console

To view and manage your Connector builds:

  1. Log in to the Hasura DDN console.
  2. Select your project (ensure you have at least one Connector build).
  3. Navigate to the Builds section in the sidebar.
  4. Select the Connector Builds tab.
  5. You'll see a table listing all your Connector builds.
Connector Builds

Viewing Connector Builds from the CLI

Run the following command from the project directory to list all the Connector builds:

ddn connector build get

This will print a list of all the Connector builds in your project with the following details: This command displays a table with the following information for each build:

Creation Time Subgraph Connector Build ID Connector Read URL Write URL Status Hub Connector