UNPKG

portal-www

Version:

Nova Portal Website. Based on Next starter by Ueno

11 lines (9 loc) 184 B
import gql from 'graphql-tag'; export const connectionFragment = gql` fragment ConnectionFragment on SubscriptionConnection { id subscriptionId isActive type } `;