Introduction
Quick start
Let's run your first Kuali GraphQL query right now!
Getting a list of apps
We're going to use a tool called GraphiQL (notice the little i in there) to run a GraphQL query to get a list of apps.
Steps
These steps assume that you have a running Kuali instance.
-
Open the GraphiQL tool in a separate window (requires sign in).
https://{yoursubdomain}.{yourhost}.com/app/api/v0/graphiql
Replace the subdomain and host with yours. - Copy the text of the GraphQL query below.
- Paste the query text in the "query pane" on the left hand side of GraphiQL.
- Click the big "play" button in the top middle of the screen to execute the query.
- The results will appear in the "results pane" on the right hand side of GraphiQL.
Boom! You just ran your first Kuali GraphQL query.