Grafbase
Deploy and manage your graph directly from your terminal.
Install
Use your package manager of choice to install the Grafbase CLI.
Develop
Manage your graphs directly from your terminal.
srconmain
grafbasesubgraphs
Subgraphs in branch "main":
-products
-catalog
-reviews
srconmain
grafbaseintrospect
type Product implements Node {
id: ID!
title: String!
description: String
createdAt: DateTime!
}