UNPKG

portal-www

Version:

Nova Portal Website. Based on Next starter by Ueno

19 lines (17 loc) 339 B
import gql from 'graphql-tag'; export const REFILL_HISTORY_BETA = gql` query RefillHistoryBeta($input: SubscriptionInput!) { subscription(input: $input) { refills { refillHistory { title description date amount success message } } } } `;