UNPKG

portal-www

Version:

Nova Portal Website. Based on Next starter by Ueno

27 lines (25 loc) 471 B
import gql from 'graphql-tag'; export const PAY_USAGE_CHARGE = gql` mutation payUsageCharges($input: PayForUsageChargeInput!) { payForUsageCharge(input: $input) { usageCharge { orderId order { id status customerId totalDue } subscriptionId msisdn status usageRecords { id time msisdn amount } } } } `;