Download the PHP package mathsgod/gql-query-builder-php without Composer
On this page you can find all versions of the php package mathsgod/gql-query-builder-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mathsgod/gql-query-builder-php
More information about mathsgod/gql-query-builder-php
Files in mathsgod/gql-query-builder-php
Download mathsgod/gql-query-builder-php
More information about mathsgod/gql-query-builder-php
Files in mathsgod/gql-query-builder-php
Vendor mathsgod
Package gql-query-builder-php
Short Description A PHP library to build GraphQL queries
License MIT
Homepage https://github.com/mathsgod/gql-query-builder-php
Package gql-query-builder-php
Short Description A PHP library to build GraphQL queries
License MIT
Homepage https://github.com/mathsgod/gql-query-builder-php
Please rate this library. Is it a good library?
Informations about the package gql-query-builder-php
GraphQL Query Builder for PHP
A simple helper function to build GraphQL queries, mutations and subscriptions use PHP.
This project is based on GraphQL Query Builder for Node.js.
Install
composer require mathsgod/gql-query-builder-php
Usage
Options
options is ["operation","field","variables"] or an array of options
Examples
- Query
- Query (with variables)
- Query (with nested fields selection)
- Query (with custom argument name)
- Query (with required variables)
- Query (with empty fields)
- Mutation
- Mutation (with required variables)
- Subscription
Query:
Query (with variables):
Query (with nested fields selection):
Query (with custom argument name):
Query (with required variables)
Query (with empty fields):
Mutation:
Mutation (with required variables):
Subscription:
All versions of gql-query-builder-php with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
The package mathsgod/gql-query-builder-php contains the following files
Loading the files please wait ....