Download the PHP package x-graphql/schema-gateway without Composer
On this page you can find all versions of the php package x-graphql/schema-gateway. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download x-graphql/schema-gateway
More information about x-graphql/schema-gateway
Files in x-graphql/schema-gateway
Download x-graphql/schema-gateway
More information about x-graphql/schema-gateway
Files in x-graphql/schema-gateway
Vendor x-graphql
Package schema-gateway
Short Description Merging all sub schemas into one and add relationships for them
License MIT
Package schema-gateway
Short Description Merging all sub schemas into one and add relationships for them
License MIT
Please rate this library. Is it a good library?
Informations about the package schema-gateway
Schema Gateway
Image source: GraphQL Stitching
Getting started
Install this package via Composer
Add http-schema
package for creating and executing GraphQL schema over HTTP:
Usages
Rules when merging sub schemas:
- Top-level field names need to be unique across all merged schemas (case-sensitive match).
- Types with the exact same name and structure will be merged. But types with the same name but different structure will result in type conflicts.
Inspiration
This library has been inspired by many others related work including:
Thanks to all the great people who created these projects!
Credits
Created by Minh Vuong
All versions of schema-gateway with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
webonyx/graphql-php Version ^15.9
x-graphql/delegate-execution Version ^0.9.0
x-graphql/schema-cache Version ^0.1.0
x-graphql/utils Version >=0.2.0
webonyx/graphql-php Version ^15.9
x-graphql/delegate-execution Version ^0.9.0
x-graphql/schema-cache Version ^0.1.0
x-graphql/utils Version >=0.2.0
The package x-graphql/schema-gateway contains the following files
Loading the files please wait ....