Fragment Schema API

Define and version the ledger Schema - the chart of accounts, account types (asset, liability, income, expense), currency modes, and the ledger entry types your product posts. Stored with the storeSchema mutation and read back via the schema field on a ledger.

API entry from apis.yml

apis.yml Raw ↑
aid: fragment-dev:fragment-schema-api
name: Fragment Schema API
tags:
- Schema
- Chart of Accounts
- Entry Types
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://fragment.dev/docs
baseURL: https://api.fragment.dev/graphql
properties:
- url: https://fragment.dev/docs
  type: Documentation
- url: graphql/fragment-dev-graphql.md
  type: GraphQL
- url: graphql/fragment-dev-schema.graphql
  type: GraphQLSchema
description: Define and version the ledger Schema - the chart of accounts, account types (asset, liability,
  income, expense), currency modes, and the ledger entry types your product posts. Stored with the storeSchema
  mutation and read back via the schema field on a ledger.