From 0c044337860859c69f5f75ea548245c6b33b25e9 Mon Sep 17 00:00:00 2001 From: James Bayly Date: Fri, 6 Dec 2024 08:14:55 +0700 Subject: [PATCH] Clarify integration eco --- docs/indexer/run_publish/query/query.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/indexer/run_publish/query/query.md b/docs/indexer/run_publish/query/query.md index a8f4b98059d..d6da7d222f1 100644 --- a/docs/indexer/run_publish/query/query.md +++ b/docs/indexer/run_publish/query/query.md @@ -14,13 +14,11 @@ Both the decentralised SubQuery Network and the SubQuery Managed Service only pr **Please see the docs for how to query your SubQuery project [here](./graphql.md)**. -## Integrations with other Developer Tools +## Integrating your SubQuery projects with other Developer Tools -SubQuery is open-source, and we are busy creating a rich ecosystem of developer tools that it works well with. +SubQuery is open-source, and we are busy creating a rich ecosystem of developer tools that it works well with. We now have guides to expose SubQuery data to the following locations: -We now have guides to expose SubQuery data to the following locations. - -- [SubQuery Native GraphQL](./graphql.md) - the default query pattern. +- [SubQuery Native GraphQL](./graphql.md) - the default query pattern (both the decentralised SubQuery Network and the SubQuery Managed Service only provide access to SubQuery SDK indexing projects via the GraphQL endpoints exposed by the query service.). - [Subgraph Style GraphQL](./subgraph.md) - version that is compatible with the standard query service used by Subgraphs - [GraphQL Subscriptions](./subscription.md) - subscribe to updated data as soon as it is indexed. - [Direct Postgres Access](../run.md#connect-to-database) - you can directly connect to the Postgres data from any other tool or service.