FRAGMENT
Reference
Documentation
Login
↗
Menu
Get a demo
→
1
Documentation
2
Reference
A
API Overview
B
API Queries
C
API Mutations
D
API Types
E
CLI Commands
3
Changelog
FRAGMENT
exposes a GraphQL API to write and read your data. GraphQL uses a schema definition file to describe mutations and queries available in the API. This file is hosted at:
https://api.fragment.dev/schema.graphql
Copy
To call the API, use
FRAGMENT
's
SDKs
.
API Overview
Regions
Authentication
✓
Idempotency
✕
Errors
API Queries
•
customCurrencies
•
externalAccount
•
ledger
•
ledgerAccount
•
ledgerEntry
•
ledgerEntryGroup
•
ledgerEntryHistory
•
ledgerLine
•
ledgers
•
link
•
links
•
schema
•
schemas
•
tx
•
workspace
API Mutations
•
addLedgerEntry
•
createCustomCurrency
•
createCustomLink
•
createLedger
•
deleteCustomTxs
•
deleteLedger
•
deleteSchema
•
migrateLedgerEntry
•
reconcileTx
•
reverseLedgerEntry
•
storeSchema
•
syncCustomAccounts
•
syncCustomTxs
•
updateLedger
•
updateLedgerEntry
API Types
•
MatchInput Types
•
Core Types
•
Scalars and Enums
•
Input Types
•
Response Types
•
Result Types
•
Error Types
•
Connection Types
•
Filter Types
•
Utility Types
CLI Commands
•
login
•
store-schema
•
create-ledger
•
get-schema
•
add-ledger-entry
•
create-custom-link
•
delete-custom-txs
•
delete-ledger
•
delete-schema
•
gen-graphql
•
reverse-ledger-entry
•
update
•
token
•
help
•
workspace