UNPKG

portal-www

Version:

Nova Portal Website. Based on Next starter by Ueno

20 lines (18 loc) 313 B
import gql from 'graphql-tag'; export const refillFragment = gql` fragment RefillFragment on Refill { id typeId price includedDataInGb dataInEurope title shortTitle offerTitle isOnlyAutorefill canBuyMultiple autoRefillOptions promotionText offerPrice } `;