import gql from 'graphql-tag';

export const servicepackFragment = gql`
  fragment ServicepackFragment on Servicepack {
    id
    typeId
    price
    offerPrice
    title
    shortTitle
    dataInEurope
    description
    forSale
    dataAmountInMb
    billingUnit
  }
`;
