From d00182958ebf8bd83da412da9098b06abce8171a Mon Sep 17 00:00:00 2001 From: Franco Reyes <79299724+francojreyes@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:19:53 +1000 Subject: [PATCH] http to https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae9682a..a250f1b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## 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 `https://graphql.csesoc.app/v1/graphql`. 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).