UNPKG

portal-www

Version:

Nova Portal Website. Based on Next starter by Ueno

13 lines (11 loc) 277 B
import gql from 'graphql-tag'; export const REPORT_BETA = gql` query ReportBeta($subscription: SubscriptionInput!, $reportInput: ReportInput) { subscription(input: $subscription) { report(input: $reportInput) { htmlString json } } } `;