Skip to content

Commit

Permalink
Clarify integration eco
Browse files Browse the repository at this point in the history
jamesbayly committed Dec 6, 2024
1 parent 1e43280 commit 0c04433
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/indexer/run_publish/query/query.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 0c04433

Please sign in to comment.