@innoflex-technology/og-schema
v0.0.29
Published
Schema management tools for Innoflex Technology Object Graph
Downloads
881
Keywords
Readme
Introduction
This package is designed to be pulled into projects that want to use the OG CMS as a backing store for arbitrary content. It includes static types and execution classes.
Getting Started
- Create a project and get the projectId
- Create and API key
const og = new OG(projectId, apikey);
const project = await og.UpdateProject({
name: "my project",
description: "my project",
schemas: [myRecordSchema],
});