Diff
checker
文本
文本
圖像
文檔
Excel
文件夾
Legal
Enterprise
桌面版
定價
登入
下載 Diffchecker 桌面版
比較文本
尋找兩個文字檔案之間的差異
工具
歷史
即時編輯器
摺疊未變更行
關閉換行
檢視
拆分
統一
比對精度
智能
單詞
字符
語法突出顯示
選擇語法
忽略
文字轉換
前往第一個差異
編輯輸入
Diffchecker Desktop
執行Diffchecker最安全的方式。取得Diffchecker桌面應用程式:您的差異永遠不會離開您的電腦!
取得桌面版
Fingoal User Diff
建立於
2 年前
差異永不過期
清除
匯出
分享
解釋
4 刪除
行
總計
刪除
字符
總計
刪除
要繼續使用此功能,請升級到
Diff
checker
Pro
查看價格
54 行
全部複製
4 新增
行
總計
新增
字符
總計
新增
要繼續使用此功能,請升級到
Diff
checker
Pro
查看價格
54 行
全部複製
"""
"""
複製
已複製
複製
已複製
Fin
G
oal
Profile
data.
Fin
g
oal
Insights
data.
"""
"""
複製
已複製
複製
已複製
type
FingoalProfile
{
type
RemoteDataFingoalUser
{
"""
"""
Your client ID.
Your client ID.
"""
"""
clientId: String
clientId: String
"""
"""
The user ID.
The user ID.
"""
"""
id: String
id: String
"""
"""
The user's lifetime savings, if known.
The user's lifetime savings, if known.
"""
"""
lifetimeSavings: Float
lifetimeSavings: Float
"""
"""
The date on which the user was registered with FinSight API.
The date on which the user was registered with FinSight API.
"""
"""
複製
已複製
複製
已複製
registrationDate:
String
registrationDate:
DateTime
"""
"""
The user's subtenant ID.
The user's subtenant ID.
"""
"""
subtenantId: String
subtenantId: String
"""
"""
The FinSight API tags that were applied to the user.
The FinSight API tags that were applied to the user.
"""
"""
tags: [String!]
tags: [String!]
"""
"""
The total number of transactions the user has in FinSight API.
The total number of transactions the user has in FinSight API.
"""
"""
totaltransactions: Float
totaltransactions: Float
"""
"""
The number of transactions since the last time insights were run for the user.
The number of transactions since the last time insights were run for the user.
"""
"""
transactionsSinceLastUpdate: Float
transactionsSinceLastUpdate: Float
"""
"""
The user's ID.
The user's ID.
"""
"""
uid: String
uid: String
"""
"""
The user's unique ID in the format of `clientId:uid`.
The user's unique ID in the format of `clientId:uid`.
"""
"""
uniqueId: String
uniqueId: String
}
}
已保存差異
原始文本
開啟檔案
""" FinGoal Profile data. """ type FingoalProfile { """ Your client ID. """ clientId: String """ The user ID. """ id: String """ The user's lifetime savings, if known. """ lifetimeSavings: Float """ The date on which the user was registered with FinSight API. """ registrationDate: String """ The user's subtenant ID. """ subtenantId: String """ The FinSight API tags that were applied to the user. """ tags: [String!] """ The total number of transactions the user has in FinSight API. """ totaltransactions: Float """ The number of transactions since the last time insights were run for the user. """ transactionsSinceLastUpdate: Float """ The user's ID. """ uid: String """ The user's unique ID in the format of `clientId:uid`. """ uniqueId: String }
更改後文本
開啟檔案
""" Fingoal Insights data. """ type RemoteDataFingoalUser { """ Your client ID. """ clientId: String """ The user ID. """ id: String """ The user's lifetime savings, if known. """ lifetimeSavings: Float """ The date on which the user was registered with FinSight API. """ registrationDate: DateTime """ The user's subtenant ID. """ subtenantId: String """ The FinSight API tags that were applied to the user. """ tags: [String!] """ The total number of transactions the user has in FinSight API. """ totaltransactions: Float """ The number of transactions since the last time insights were run for the user. """ transactionsSinceLastUpdate: Float """ The user's ID. """ uid: String """ The user's unique ID in the format of `clientId:uid`. """ uniqueId: String }
尋找差異