UNPKG

portal-www

Version:

Nova Portal Website. Based on Next starter by Ueno

18 lines (16 loc) 247 B
import gql from 'graphql-tag'; export const Events = gql` query Events { payPerViewEventCollection { items { image { url } eventId startDate endDate title } } } `;