Download the PHP package x-graphql/http-schema without Composer
On this page you can find all versions of the php package x-graphql/http-schema. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download x-graphql/http-schema
More information about x-graphql/http-schema
Files in x-graphql/http-schema
Download x-graphql/http-schema
More information about x-graphql/http-schema
Files in x-graphql/http-schema
Vendor x-graphql
Package http-schema
Short Description Building GraphQL schema over HTTP (aka remote schema)
License MIT
Package http-schema
Short Description Building GraphQL schema over HTTP (aka remote schema)
License MIT
Please rate this library. Is it a good library?
Informations about the package http-schema
HTTP Schema
Help to build and execute GraphQL schema over HTTP (aka remote schema).
Getting Started
Install this package via Composer
This library require PSR-18 Client or Httplug Async Client for sending async requests. Run the command bellow if you don't have yet.
Usages
This library offers to you 2 strategy to build schema:
- Build from schema definition language (SDL), this strategy use for limiting fields user can access.
- Build from introspection query, with this strategy it will make a http request for introspecting schema, user can access all the fields.
From SDL
From introspection query
Caching schema
For optimizing time to build schema from SDL or introspection query, you can put PSR-16 instance to factory methods for caching schema after built:
Credits
Created by Minh Vuong
All versions of http-schema with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
php-http/discovery Version ^1.19
php-http/httplug Version ^2.4
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
psr/http-message Version ^1.0 || ^2.0
webonyx/graphql-php Version ^15.9
x-graphql/delegate-execution Version ^0.9
x-graphql/schema-cache Version ^0.1.0
php-http/discovery Version ^1.19
php-http/httplug Version ^2.4
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
psr/http-message Version ^1.0 || ^2.0
webonyx/graphql-php Version ^15.9
x-graphql/delegate-execution Version ^0.9
x-graphql/schema-cache Version ^0.1.0
The package x-graphql/http-schema contains the following files
Loading the files please wait ....