The query API conform to GraphQL, as such it offers significantly more flexibility for the application development. The ability to define precisely the data you want—and only the data you want—is a powerful advantage over the REST. GraphQL lets you replace multiple REST requests with a single call to fetch the data you specify.
An application layer - GraphQL is not a storage model or a database query language. The graph refers to graph structures defined in the schema, where nodes define objects and edges define relationships between objects. The API traverses and returns application data based on the schema definitions, independent of how the data is stored.
Getting Started
For those new to the FinP2P GraphQL API, see Getting Started with FinP2P GraphQL API and Query Examples for common use cases.
Quick Reference
- The GraphQL API endpoint is located at /oss/query
- Get an introduction to GraphQL from graphql.org
- FinP2P supports a range of resources, listed in The GraphQL API Reference
GraphQL Playground
Explore the GraphQL API using the interactive FinP2P Node GraphQL playground, Please reach out to us to receive access.