portal-www
Version:
Nova Portal Website. Based on Next starter by Ueno
25 lines (23 loc) • 361 B
text/typescript
import gql from 'graphql-tag';
export const autoRefillFragment = gql`
fragment AutoRefillFragment on AutoRefill {
id
refillId
triggerType
type
nextRefill
paymentMethod {
maskedCardNumber
expiryMonth
expiryYear
nick
type
}
info {
title
price
shortTitle
typeId
}
}
`;