Getting Started

The GraphQL endpoint is hosted at https://graphql.hirnetwork.org. To assist in making GraphQL queries, we make use of a handy user interface called Banana Cake Pop. When you follow the link for the first time, you will encounter a couple of prompts.

Step 1 click on "create document" to create a GraphQL query document.

Step 2 enter your GraphQL query in the Operations Window. See Step 4 to generate samples to try.

Step 3 alternatively, you can click on the "Schema" tab to view the Root Types, SDL and Insights.

Click on "Query" to get the Root Types.

Click on links in query results to drill down the schema hierarchy.

Step 4 try a few sample queries. Click "Try It" to generate a sample query to copy/paste into the Operations window.
Try it! Get List of Model Organisms
Try it! Get a specific Resource by Canonical Identifier
Try it! Get a specific Resource with more detail
.