ConvertCreditResponse
Response for converting credit to another currency
type ConvertCreditResponse {
success: Boolean!
creditEntry: CreditEntry
errors: [String!]
}
Fields
ConvertCreditResponse.success ● Boolean! non-null scalar
Whether the operation was successful
ConvertCreditResponse.creditEntry ● CreditEntry object
The converted credit
ConvertCreditResponse.errors ● [String!] list scalar
List of errors that may have occurred during the operation
Returned By
convertCredit mutation