From b7d4601663fdbdf518719ef2d431cd8118fdf607 Mon Sep 17 00:00:00 2001 From: MadelineMurray <43356962+MadelineMurray@users.noreply.github.com> Date: Fri, 31 May 2019 11:31:28 -0700 Subject: [PATCH] fixed link (#1518) Signed-off-by: Adrian Sutton --- docs/Pantheon-API/GraphQL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Pantheon-API/GraphQL.md b/docs/Pantheon-API/GraphQL.md index 68235fa486..62377dbbce 100644 --- a/docs/Pantheon-API/GraphQL.md +++ b/docs/Pantheon-API/GraphQL.md @@ -6,7 +6,7 @@ description: How to access the Pantheon API using GraphQL GraphQL can reduce the overhead needed for common queries. For example, instead of querying each receipt in a block, GraphQL can obtain the same result with a single query for the entire block. -The GraphQL implementation for Ethereum is described in the [schema](https://github.com/PegaSysEng/pantheon/blob/master/ethereum/graphqlrpc/src/main/resources/schema.graphqls). +The GraphQL implementation for Ethereum is described in the [schema](https://github.com/PegaSysEng/pantheon/blob/master/ethereum/graphql/src/main/resources/schema.graphqls). The GraphQL service is enabled using the [command line options](../Pantheon-API#enabling-api-access). !!! note