Skip to main content

AddCreditEntryResponse

Response for adding a new Credit Entry

type AddCreditEntryResponse {
success: Boolean!
creditEntry: CreditEntry
errors: [String!]
}

Fields

AddCreditEntryResponse.success ● Boolean! non-null scalar

Whether the operation was successful

AddCreditEntryResponse.creditEntry ● CreditEntry object

The added Credit Entry

AddCreditEntryResponse.errors ● [String!] list scalar

List of errors that may have occurred during the operation

Returned By

addCreditEntry mutation