Diff
checker
Text
Text
Images
Documents
Excel
Folders
Legal
Enterprise
Desktop
Pricing
Sign in
Download Diffchecker Desktop
Compare text
Find the difference between two text files
Tools
History
Real-time editor
Hide unchanged lines
Disable line wrap
Layout
Split
Unified
Diff precision
Smart
Word
Char
Syntax highlighting
Choose syntax
Ignore
Transform text
Go to first change
Edit input
Diffchecker Desktop
The most secure way to run Diffchecker. Get the Diffchecker Desktop app: your diffs never leave your computer!
Get Desktop
Fingoal User Diff
Created
2 years ago
Diff never expires
Clear
Export
Share
Explain
4 removals
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
54 lines
Copy
4 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
54 lines
Copy
"""
"""
Copy
Copied
Copy
Copied
Fin
G
oal
Profile
data.
Fin
g
oal
Insights
data.
"""
"""
Copy
Copied
Copy
Copied
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.
"""
"""
Copy
Copied
Copy
Copied
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
}
}
Saved diffs
Original text
Open file
""" 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 }
Changed text
Open file
""" 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 }
Find difference