UNPKG

portal-www

Version:

Nova Portal Website. Based on Next starter by Ueno

18 lines (16 loc) 283 B
import gql from 'graphql-tag'; export const DELEGATE = gql` query Delegate($input: DelegateInput!) { delegate(input: $input) { customer { nationalId name } roleTypes roleTitle rolePhoneNumber roleEmail id } } `;