apollo-federation-php icon indicating copy to clipboard operation
apollo-federation-php copied to clipboard

🌍 A PHP implementation of the Apollo Federation specification

Results 12 apollo-federation-php issues
Sort by recently updated
recently updated
newest added

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies
javascript

### Proposed changes - Implementation of Apollo Federation **v2** - Added support of "compound" key fields #### Implemented directives: - `@link` - `@inaccessible` - `@override` - `@shareable` - `@key` (added...

Hi, I'm having the following issue with the library in this part of the code: https://github.com/Skillshare/apollo-federation-php/blob/4f958ddb683c1fceb1d162f58a5dc2957e26fe5d/src/FederatedSchema.php?rgh-link-date=2022-06-23T15%3A36%3A45Z#L215-L227 The issue is that the library is unable to subscribe entities that aren't returned...

Hi, Thanks for your work, I am currently starting to build a new federation project, and looking for v2 support in PHP libs as some of my subgraphs are built...

enhancement
help wanted

### Proposed changes - Add CODE_OF_CONDUCT, CONTRIBUTORS, and SECURITY. - Add Github issue and PR templates

### Proposed changes - I've updated the lib to version 15 - To note is that I also removed some of the filtering that was going on in FederatedSchemaPrinter. I...

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies
javascript

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies
javascript

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies
javascript

### Proposed changes - Adds a lot of new tooling for static analysis - Bumps the minimum PHP version to 7.4 - Supports PHP 8.1 and 8.2 - Runs CI...