UNPKG

portal-www

Version:

Nova Portal Website. Based on Next starter by Ueno

16 lines (14 loc) 266 B
import gql from 'graphql-tag'; export const LegalEntities = gql` query LegalEntities($input: CustomerByNationalIdInput!) { legalEntities(input: $input) { name isCustomer isChild customer { id email } } } `;