@mintbase-js/data
Advanced tools
Comparing version 0.0.4-publish-on-push.3 to 0.0.4-publish-on-push.4
{ | ||
"name": "@mintbase-js/data", | ||
"version": "0.0.4-publish-on-push.3", | ||
"version": "0.0.4-publish-on-push.4", | ||
"description": "Query wrappers for Mintbase JS SDK", | ||
@@ -30,3 +30,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "d027c1b3528d1ed7e3f9e94cab0b5661fc5252df" | ||
"gitHead": "f2660dd2052131d242a762a1fe9ab71adde6c2a3" | ||
} |
[//]: # `{ "title": "@mintbase-js/data", "order": 1 }` | ||
# Fetching Data From the Indexer | ||
For as long as we have had an indexer, we have relied on GraphQL to provide builders with a flexible and efficient way to query data any way they like. | ||
## For now, use our GraphQL schemas | ||
While we will continue to provide public and tailored schema objects, we will begin to introduce helper methods here that can be used to query data **without having to write any graphql**. | ||
For as long as we have had an indexer, we have relied on GraphQL to provide Mintbase Builders with a flexible and efficient way to query data any way they like. | ||
For now, reference our [existing graphql docs](https://docs.mintbase.io/dev/read-data/mintbase-graph) and be sure to check back here soon for updates to our data layer APIs. | ||
While we will continue to provide public and our new mb_views schema objects, we will also begin to introduce helper methods here that can be used to query data **without having to write any graphql**. | ||
For now, reference our [existing graphql docs](https://docs.mintbase.io/dev/read-data/mintbase-graph) and be sure to check back here soon for updates concerning our [data layer API](src/api/). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
309790
10