@@ -59,7 +59,7 @@ However, if your aim is to use this API in scripting then its advizable to have
WoSIS GraphQL API root endpoint is can be found at:
https://dev-graphql-isric.containers.wurnet.nl/wosis/graphql (NOTE TO MYSELF: CHANGE IT TO THE PROD VERSION LATER)
https://dev-graphql-isric.containers.wurnet.nl/wosis/graphql (NOTE TO MYSELF: CHANGE URL TO PROD VERSION WHEN READY)
This is the main GraphQL root endpoint. If you are an advanced GraphQL user and you use a custom script or a GraphQL client this is what you sould use.
...
...
@@ -76,8 +76,10 @@ To simplify endusers we provide two [Web interfaces IDE's](#web-interfaces-ides)
We provide the folowing interactive in-browser GraphQL IDE's
-[graphiql](https://graphql-dotnet.github.io/docs/getting-started/graphiql) web interface _"interactive in-browser IDE"_
-[playground](https://github.com/graphql/graphql-playground) web interface IDE
- https://dev-graphql-isric.containers.wurnet.nl/wosis/graphiql using [graphiql](https://graphql-dotnet.github.io/docs/getting-started/graphiql) web interface _"interactive in-browser IDE"_
- https://dev-graphql-isric.containers.wurnet.nl/wosis/playground [playground](https://github.com/graphql/graphql-playground) web interface IDE
(NOTE TO MYSELF: CHANGE URL TO PROD VERSION WHEN READY)
In this masterclass we will use graphiql but feel free to use the one you prefer.