feat(server): .$input#218
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThis pull request updates documentation terminology by renaming several sections from "Default Configuration" to "Initial Configuration" and revising associated text. A new section in the procedure documentation explains how to customize input schemas using a newly introduced Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant B as Builder
participant S as Schema
U->>B: Call $input(schema or type)
B->>B: Create new Builder instance with updated inputSchema
B-->>U: Return new Builder instance with the new configuration
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool’s configuration or disable the tool if it’s a critical failure. 🔧 ESLint
ERR_PNPM_OPTIONAL_DEPS_REQUIRE_PROD_DEPS Optional dependencies cannot be installed without production dependencies 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🔇 Additional comments (7)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
More templates
@orpc/client
@orpc/contract
@orpc/openapi-client
@orpc/openapi
@orpc/react-query
@orpc/server
@orpc/shared
@orpc/standard-server
@orpc/standard-server-fetch
@orpc/standard-server-node
@orpc/vue-colada
@orpc/vue-query
@orpc/zod
commit: |
Initial Configuration
Customize the initial input schema using
.$input:Unlike
.input, the.$inputmethod lets you redefine the input schema after its initial configuration. This is useful when you need to enforce avoidinput when no.inputis specified.Summary by CodeRabbit
New Features
Documentation