Conversation
The TypeScript SDK is being deprecated. This removes all references to it across the docs, including snippets, tab components, prose mentions, and navigation entries. All pages now show only GraphQL examples. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Rename @team-plain/sdk → @team-plain/graphql everywhere - Update API examples to use namespaced client.query.* and client.mutation.* - Add union types section with __typename narrowing and instanceof examples - Add sub-connection queries documentation - Add migration guide link for users upgrading from @team-plain/typescript-sdk - Update peer dependency references in ui-components and webhooks docs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ndom91
approved these changes
Mar 30, 2026
Contributor
There was a problem hiding this comment.
Going to approve to unblock, but should we think about adding redirects for the old URLs? (vercel.json in team-plain/reverse-proxy? Does mintlify have a mechansim for this?)
Also, I'm surprised they dont have preview deploys / comments for them - maybe we're just missing some config / linking of the repo in Mintlify?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the deprecated
@team-plain/typescript-sdkdocumentation with docs for the three new SDK packages:@team-plain/graphql— typed GraphQL client with auto-pagination, lazy-loaded relations, union type support (__typename/instanceofnarrowing), sub-connection queries, and namespacedclient.query.*/client.mutation.*API@team-plain/webhooks— webhook payload parsing and HMAC-SHA256 signature verification@team-plain/ui-components— typed helpers for buildingComponentInputobjectsAlso removes all old TypeScript SDK snippet files, tab wrappers, and inline code examples — pages now show raw GraphQL only, with a callout linking to the new SDK where relevant.
🤖 Generated with Claude Code