Filter a GraphQL Query Result Using Arguments

InstructorEve Porcello

Share this video with your friends

Send Tweet

Some GraphQL queries will have arguments. Arguments can be used to send additional options about the data set that you wish to receive. They may be used to specify sorting preferences, limit the number of records returned, or filter data. In this lesson, we will filter a list of pets by status.

To follow along with these queries, go to the Pet Library GraphQL Playground.