UNPKG

portal-www

Version:

Nova Portal Website. Based on Next starter by Ueno

21 lines (19 loc) 379 B
import gql from 'graphql-tag'; export const ForeignSummary = gql` query ForeignSummary($input: ForeignSummaryInput) { foreignSummary(input: $input) { groupName groupSum roamingUsageDetails { group zone usageStart billedQuantity billedUnitOfMeasure fee unit packageUnit } } } `;