From 7bb1f444b5d29cbca766a1f37fe2e2f77834c821 Mon Sep 17 00:00:00 2001 From: "A. F. Dudley" Date: Fri, 17 Apr 2020 16:34:17 -0700 Subject: [PATCH] Update apis.md readability fix. --- documentation/super_node/apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/super_node/apis.md b/documentation/super_node/apis.md index 9286b29c..3d5e7ce7 100644 --- a/documentation/super_node/apis.md +++ b/documentation/super_node/apis.md @@ -9,7 +9,7 @@ The super node exposes a number of different APIs for remote access to the under ### Postgraphile -The super node process all data into a Postgres DB- using PG-IPFS this includes all of the IPLD objects. +The super node stores all processed data a Postgres DB using PG-IPFS, this includes all of the IPLD objects. [Postgraphile](https://www.graphile.org/postgraphile/) can be used to expose GraphQL endpoints for the Postgres tables. e.g.