updateCreditEntry
Update an existing Credit Entry
updateCreditEntry(
accountUuid: String
uuid: String!
creditEntry: UpdateCreditEntryInput!
): UpdateCreditEntryResponse!
Arguments
updateCreditEntry.accountUuid ● String scalar
The UUID of the account that owns the credit entry when using JWT authentication
updateCreditEntry.uuid ● String! non-null scalar
The UUID of the Credit Entry to update
updateCreditEntry.creditEntry ● UpdateCreditEntryInput! non-null input
Type
UpdateCreditEntryResponse object
Response for updating a Credit Entry