This GraphQL schema defines the data model and API for the Rujira platform, a comprehensive blockchain financial system with deep integration with THORChain. The schema provides access to blockchain accounts, trading functionality, token migration, staking, and more.
The schema is organized around two primary root types:
schema {
subscription: RootSubscriptionType
query: RootQueryType
}
RootQueryType
: Entry point for all data fetching operationsRootSubscriptionType
: Entry point for real-time data updatesThe schema implements the Relay Global Object Identification specification through the Node
interface: