Grafbase

CLI letters

Deploy and manage your graph directly from your terminal.

Keyboard with C L I lettersKeyboard with C L I letters

Install

Use your package manager of choice to install the Grafbase CLI.

Develop

Manage your graphs directly from your terminal.

srconmain
grafbasesubgraphs
Grafbase CLI
Subgraphs in branch "main":
-products
-catalog
-reviews
srconmain
grafbaselogs
Grafbase CLI
2024-02-08T13:52:00.425+01:00 query GetProduct 83ms
2024-02-08T13:52:44.630+01:00 query Products 48ms
2024-02-08T13:53:00.556+01:00 query Search 83ms
2024-02-08T13:53:31.246+01:00 query GetProduct 52ms
srconmain
grafbaseintrospect
Grafbase CLI
type Product implements Node {
  id: ID!
  title: String!
  description: String
  createdAt: DateTime!
}

Deploy

Go from local to production in seconds.

Documentation

Learn more about the Grafbase CLI in the documentation.