UNPKG

portal-www

Version:

Nova Portal Website. Based on Next starter by Ueno

18 lines (16 loc) 275 B
import gql from 'graphql-tag'; export const servicepackFragment = gql` fragment ServicepackFragment on Servicepack { id typeId price offerPrice title shortTitle dataInEurope description forSale dataAmountInMb billingUnit } `;