Fragment Ledger GraphQL API

Single GraphQL endpoint for defining a ledger Schema, creating Ledgers, posting balanced double-entry Ledger Entries, and reading balances and lines. All write mutations are idempotent via an idempotency key (ik). The endpoint is region-scoped (for example api.us-west-2.fragment.dev) and authenticated with OAuth2 client-credentials Bearer tokens.

API entry from apis.yml

apis.yml Raw ↑
aid: fragment-dev:fragment-ledger-graphql-api
name: Fragment Ledger GraphQL API
tags:
- Ledger
- GraphQL
- Double-Entry
- Balances
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: https://fragment.dev/api-reference
  type: APIReference
- url: graphql/fragment-dev-graphql.md
  type: GraphQL
- url: graphql/fragment-dev-schema.graphql
  type: GraphQLSchema
- url: collections/fragment-dev.postman_collection.json
  type: PostmanCollection
- url: collections/fragment-dev.opencollection.json
  type: OpenCollection
description: Single GraphQL endpoint for defining a ledger Schema, creating Ledgers, posting balanced
  double-entry Ledger Entries, and reading balances and lines. All write mutations are idempotent via
  an idempotency key (ik). The endpoint is region-scoped (for example api.us-west-2.fragment.dev) and
  authenticated with OAuth2 client-credentials Bearer tokens.