UNPKG

portal-www

Version:

Nova Portal Website. Based on Next starter by Ueno

9 lines (7 loc) 129 B
import gql from 'graphql-tag'; export const errorFragment = gql` fragment ErrorFragment on Error { code message } `;