Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 631 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 631 Bytes

Introduction

If you are looking for consuming AWS Appsync based GraphQL service in your >= PHP 5.6 application. Then, you are at right place. These are the set of examples to demonstrate by running graphql Query, Mutation and subscription.

Run below commands to run examples

(Optional) Install package dependencies by running

$ composer install

After that run respective example script

$ php appsync-query.php

$ php appsync-mutation.php

$ php appsync-subscription.php

*Note: Please replace and .

** Tested with PHP 5.6 and PHP 7.2