UpdateCreditEntryResponse
Response for updating a Credit Entry
type UpdateCreditEntryResponse {
success: Boolean!
creditEntry: CreditEntry
errors: [String!]
}
Fields
UpdateCreditEntryResponse.success ● Boolean! non-null scalar
Whether the operation was successful
UpdateCreditEntryResponse.creditEntry ● CreditEntry object
The updated Credit Entry
UpdateCreditEntryResponse.errors ● [String!] list scalar
List of errors that may have occurred during the operation
Returned By
updateCreditEntry mutation