UNPKG

portal-www

Version:

Nova Portal Website. Based on Next starter by Ueno

10 lines (8 loc) 174 B
import gql from 'graphql-tag'; export const ADD_NEMADILL_OFFER = gql` mutation addOffer($input: AddOfferInput!) { addOffer(input: $input) { success } } `;