UNPKG

portal-www

Version:

Nova Portal Website. Based on Next starter by Ueno

13 lines (10 loc) 248 B
import gql from 'graphql-tag'; import { errorFragment } from '../fragments/error'; export const WHITELIST = gql` mutation whitelist($input: WhitelistInput!) { whitelist(input: $input) { whiteListResult } } ${errorFragment} `;