Fragment Ledgers API

Create and query Ledgers from a stored Schema. A Ledger is an isolated database for tracking money for a use case, tenant, or environment, created with createLedger and read with the ledger query.

API entry from apis.yml

apis.yml Raw ↑
aid: fragment-dev:fragment-ledgers-api
name: Fragment Ledgers API
tags:
- Ledgers
- Provisioning
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: Create and query Ledgers from a stored Schema. A Ledger is an isolated database for tracking
  money for a use case, tenant, or environment, created with createLedger and read with the ledger query.