# So you want to try GraphQL out?

Now that you have an overview of some GraphQL fundamentals, let's try it out!

We'll be using GraphiQL, an interactive, in-browser GraphQL IDE. If it sounds familiar, that's because we mentioned it at the very beginning of your journey.

Here are some APIs that are already connected to a GraphiQL interface. Jump in and start writing queries!

Helpful GraphiQL hints:

  • Opening up the Docs tab in the upper-right corner will show you the reference docs for the API connected to the GraphiQL interface
  • If you're on a Mac and click ctrl + space, it will tell you your options when writing your query
  • You can't use single quotes

# TODO

# GitHub's GraphQL API

If you’re using GitHub regularly, this is data that you’re probably already familiar with it - so it might be easier to comprehend how to fetch data and how it's being structured.

# Pokemon GraphQL API

# Want to learn more?

Yes, let's build something

Not yet, I want to go back to the resources