DeleteCreditEntryResponse
Response for deleting a Credit Entry
type DeleteCreditEntryResponse {
success: Boolean!
errors: [String!]
}
Fields
DeleteCreditEntryResponse.success ● Boolean! non-null scalar
Whether the operation was successful
DeleteCreditEntryResponse.errors ● [String!] list scalar
List of errors that may have occurred during the operation
Returned By
deleteCreditEntry mutation