Skip to content

Allow interface merging for UserSchemaTypes.Scalars#1585

Merged
hayes merged 2 commits intohayes:mainfrom
cometkim:merge-scalars
Dec 29, 2025
Merged

Allow interface merging for UserSchemaTypes.Scalars#1585
hayes merged 2 commits intohayes:mainfrom
cometkim:merge-scalars

Conversation

@cometkim
Copy link
Copy Markdown
Contributor

Fixes #1584

@vercel
Copy link
Copy Markdown

vercel bot commented Dec 24, 2025

@cometkim is attempting to deploy a commit to the Michael Hayes' projects Team on Vercel.

A member of the Team first needs to authorize it.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Dec 24, 2025

🦋 Changeset detected

Latest commit: 83794c3

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

This PR includes changesets to release 17 packages
Name Type
@pothos/core Patch
@pothos-examples/complex-app Patch
@pothos-examples/envelope-helix-fastify Patch
@pothos-examples/federation Patch
@pothos-examples/graphql-shield Patch
@pothos-examples/helix Patch
@pothos-examples/nestjs-apollo-middleware Patch
@pothos-examples/nextjs Patch
@pothos-examples/open-telemetry Patch
@pothos-examples/prisma-federation Patch
@pothos-examples/prisma-relay Patch
@pothos-examples/prisma-smart-subscriptions Patch
@pothos-examples/prisma-subscriptions Patch
@pothos-examples/prisma Patch
@pothos-examples/relay-windowed-pagination Patch
@pothos-examples/simple-classes Patch
@pothos-examples/simple-interfaces 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

@hayes
Copy link
Copy Markdown
Owner

hayes commented Dec 24, 2025

Seems reasonable to me, can you add a changeset?

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Dec 24, 2025

Open in StackBlitz

@pothos/core

npm i https://pkg.pr.new/@pothos/core@1585

@pothos/plugin-add-graphql

npm i https://pkg.pr.new/@pothos/plugin-add-graphql@1585

@pothos/plugin-complexity

npm i https://pkg.pr.new/@pothos/plugin-complexity@1585

@pothos/plugin-dataloader

npm i https://pkg.pr.new/@pothos/plugin-dataloader@1585

@pothos/plugin-directives

npm i https://pkg.pr.new/@pothos/plugin-directives@1585

@pothos/plugin-drizzle

npm i https://pkg.pr.new/@pothos/plugin-drizzle@1585

@pothos/plugin-errors

npm i https://pkg.pr.new/@pothos/plugin-errors@1585

@pothos/plugin-example

npm i https://pkg.pr.new/@pothos/plugin-example@1585

@pothos/plugin-federation

npm i https://pkg.pr.new/@pothos/plugin-federation@1585

@pothos/plugin-grafast

npm i https://pkg.pr.new/@pothos/plugin-grafast@1585

@pothos/plugin-mocks

npm i https://pkg.pr.new/@pothos/plugin-mocks@1585

@pothos/plugin-prisma

npm i https://pkg.pr.new/@pothos/plugin-prisma@1585

@pothos/plugin-prisma-utils

npm i https://pkg.pr.new/@pothos/plugin-prisma-utils@1585

@pothos/plugin-relay

npm i https://pkg.pr.new/@pothos/plugin-relay@1585

@pothos/plugin-scope-auth

npm i https://pkg.pr.new/@pothos/plugin-scope-auth@1585

@pothos/plugin-simple-objects

npm i https://pkg.pr.new/@pothos/plugin-simple-objects@1585

@pothos/plugin-smart-subscriptions

npm i https://pkg.pr.new/@pothos/plugin-smart-subscriptions@1585

@pothos/plugin-sub-graph

npm i https://pkg.pr.new/@pothos/plugin-sub-graph@1585

@pothos/plugin-tracing

npm i https://pkg.pr.new/@pothos/plugin-tracing@1585

@pothos/plugin-validation

npm i https://pkg.pr.new/@pothos/plugin-validation@1585

@pothos/plugin-with-input

npm i https://pkg.pr.new/@pothos/plugin-with-input@1585

@pothos/plugin-zod

npm i https://pkg.pr.new/@pothos/plugin-zod@1585

@pothos/tracing-newrelic

npm i https://pkg.pr.new/@pothos/tracing-newrelic@1585

@pothos/tracing-opentelemetry

npm i https://pkg.pr.new/@pothos/tracing-opentelemetry@1585

@pothos/tracing-sentry

npm i https://pkg.pr.new/@pothos/tracing-sentry@1585

@pothos/tracing-xray

npm i https://pkg.pr.new/@pothos/tracing-xray@1585

commit: 83794c3

@cometkim
Copy link
Copy Markdown
Contributor Author

Seems reasonable to me, can you add a changeset?

Added.

@hayes hayes merged commit e415066 into hayes:main Dec 29, 2025
5 of 6 checks passed
@cometkim cometkim deleted the merge-scalars branch December 29, 2025 20:59
@cometkim
Copy link
Copy Markdown
Contributor Author

cometkim commented Jan 8, 2026

I thought this would solve the problem, but it still doesn't allow declaration merging. My editor env was confusing me.

I've tried several other approaches, but I'm not sure if there's even a way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UserSchemaTypes.Scalars isn't extendable from plugins.

2 participants