Outline

GraphQL queries are powerful in and of themselves, but they'd be even better if we had the ability to specify some custom parameters for them. Fortunately this is really simple with GraphQL when we set up our queries to accept arguments. Let's take a look at how arguments work and how to use them to filter the data that is returned from our API.

 

I finished! On to the next tutorial