Concept Flow - Why client libraries simplify usage
Write GraphQL Query
Use Client Library
Library Builds Request
Send Request to Server
Receive Response
Library Parses Response
Return Data to User
This flow shows how client libraries take your query, build and send the request, then parse the response to give you easy-to-use data.