From a1b49727c8c7caeaedb7d541f0cde785fd636892 Mon Sep 17 00:00:00 2001 From: Franco Reyes <79299724+francojreyes@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:08:49 +1000 Subject: [PATCH] Add in GraphQL endpoint --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0f59d2e..ae9682a 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,9 @@ ## Querying Hasuragres - +To query the data available in Hasuragres, you can send a GraphQL request to `http://graphql.csesoc.app/v1/graphql`. -To query the data available in Hasuragres, you can send a GraphQL request to `http://localhost:8080/v1/graphql`. - -You can explore the full GraphQL schema available [here](https://cloud.hasura.io/public/graphiql?endpoint=http://localhost:8080/v1/graphql). For more information on Hasura's GraphQL query schema syntax, see [here](https://hasura.io/docs/latest/queries/postgres/index/#exploring-queries). +You can explore the full GraphQL schema available [here](https://cloud.hasura.io/public/graphiql?endpoint=https%3A%2F%2Fgraphql.csesoc.app%2Fv1%2Fgraphql). For more information on Hasura's GraphQL query schema syntax, see [here](https://hasura.io/docs/latest/queries/postgres/index/#exploring-queries). ## Connecting Scrapers