BETA Consuming Resource Data with GraphQL
What is GraphQL?
GraphQL is a data standard first created by Facebook in 2012. Much like how SQL is a language for querying databases, GraphQL is a language for querying APIs. With GraphQL you are able to ask an API about what sort of data it provides. Once you are aware of the API's schema you can proceed to ask for data by specifying exactly what you want. Queries are written with and returned in common JSON.
For more information on how to write queries in GraphQL, see https://graphql.org.
The URL for the Resource Browser GraphQL endpoint is https://prod-hirngraphql.azurewebsites.net/api/GraphQL
Try some sample queries
Try it! View API Types
Try it! View Root Query Schema
Try it! View Model Organisms Schema
Try it! Get List of Model Organisms
Try it! Get a specific Model Organisms
Try it! Get a specific Model Organisms with more detail
Run Query
.