AddCreditEntryInput
Input for adding a new Credit Entry
input AddCreditEntryInput {
action: CreditEntryType!
creditType: CreditType!
amount: Float!
walletUuid: ID!
connectedServiceType: ConnectedServiceType
}
Fields
AddCreditEntryInput.action ● CreditEntryType! non-null enum
The type of the Credit Entry
AddCreditEntryInput.creditType ● CreditType! non-null enum
The credit type of the Credit Entry
AddCreditEntryInput.amount ● Float! non-null scalar
The amount of the Credit Entry
AddCreditEntryInput.walletUuid ● ID! non-null scalar
The wallet to add the credit entry to
AddCreditEntryInput.connectedServiceType ● ConnectedServiceType enum
Connected service type responsible for this credit entry
Member Of
addCreditEntry mutation