API GraphQL
Requesting GraphQL API Endpoint In Php
Reading Time: < 1 minuteThe aim of this article is to experiment with what I have learned and use it for my own reference. Following this article, I tried to consume the GraphQL API. I used Guzzle, PHP HTTP client library to request API. Query To fetch the data we need to use query Read more…