UNPKG

portal-www

Version:

Nova Portal Website. Based on Next starter by Ueno

17 lines (15 loc) 282 B
import gql from 'graphql-tag'; export const availableRateplanFragment = gql` fragment AvailableRateplanFragment on Rateplan { id, title, shortTitle, typeId, price, description, isPrepaid, receiptText, isVip, includedDataAmountInMb, } `;