mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 14:28:51 +08:00
fix(android): graphql service type error (#12858)
#### PR Dependency Tree * **PR #12858** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Improved consistency in how session data is handled when starting a Copilot session. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ class GraphQLService @Inject constructor() {
|
|||||||
) = mutation(
|
) = mutation(
|
||||||
CreateCopilotSessionMutation(
|
CreateCopilotSessionMutation(
|
||||||
CreateChatSessionInput(
|
CreateChatSessionInput(
|
||||||
docId = docId,
|
docId = Optional.present(docId),
|
||||||
workspaceId = workspaceId,
|
workspaceId = workspaceId,
|
||||||
promptName = prompt.value
|
promptName = prompt.value
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user