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
  }
`;
