Try it Out
Your API query is executing
Note for screen reader users: Brackets within code are not always read out by screen readers, please check your punctuation settings if some items are omitted or use an alternative text to voice option if available.
Try out the APIAPI (Computer Science) Application Programming Interface – a facility to allow a computer or application to access the data and/or functionality of another computer system or application with GraphiQLGraphiQL GraphiQL (note the "i" in the word) is an open source graphical interface used to query GraphQL APIs. You can use GraphiQL in our Try It Out section.
Formulate your queryQuery (Computer Science) A query is a request for data or information from a database table or combination of tables, or an API that manages access to those tables in the left-side editor, then press the “Execute query” (play arrow) button. The API’s responseResult (Computer Science) The data (in JSON format) that is returned by the API following a query. It will either contain records, or, if there is a problem with the query, an error message. will be displayed in the results text area. GraphiQL is not yet fully accessible, in the meantime you can Use the accessible editor →