Executing a GraphQL Query Directly from the Browser
Uploaded on Jun 09, 2020 / 4 views / 43 impressions / 0 comments
Description
When you execute a GraphQL query, you can either do the query in server-side code or client-side code.
In this video we show how you can make a request to a GraphQL endpoint directly from the browser and then populate a List control with the data returned by the query.