Skip to content

Commit

Permalink
Add in GraphQL endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
francojreyes authored Sep 18, 2023
1 parent 50d6dd6 commit a1b4972
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

## Querying Hasuragres

<!-- TODO: put the correct endpoint in here -->
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

Expand Down

0 comments on commit a1b4972

Please sign in to comment.