hayes / pothos

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
https://pothos-graphql.dev
ISC License
2.28k stars 153 forks source link

add support for progressive override in federation #1201

Closed RomKadria closed 1 month ago

RomKadria commented 1 month ago

hey, we use your lib and need support for the progressive override feature as seen here https://www.apollographql.com/docs/federation/entities-advanced/#incremental-migration-with-override

Thanks :)

changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: 8164cbad9a1e1062532369a9b441b8fdf9fd5618

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages | Name | Type | | ---------------------------------- | ----- | | @pothos/plugin-federation | Minor | | @pothos-examples/federation | Patch | | @pothos-examples/prisma-federation | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pothos ❌ Failed (Inspect) May 21, 2024 5:43am
RomKadria commented 1 month ago

I think label needs to be optional, but otherwise this looks good! Can you also add a changesets?

added both :)

hayes commented 1 month ago

Sorry, i probably should have been a little more specific. This repo uses changesets to manage releases/versioning (instructions in the comment from the changesets bot above), so we need to revert the change log entry and the version change, but add a changesets entry. I can also do this myself later when I'm back at a computer

RomKadria commented 1 month ago

Sorry, i probably should have been a little more specific. This repo uses changesets to manage releases/versioning (instructions in the comment from the changesets bot above), so we need to revert the change log entry and the version change, but add a changesets entry. I can also do this myself later when I'm back at a computer

Hey sorry didnt see it was away for a bit. Thanks so much!!!