@graphql-mesh/transport-soap
Version:
13 lines (12 loc) • 386 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.parseXmlOptions = void 0;
exports.parseXmlOptions = {
attributeNamePrefix: '',
attributesGroupName: 'attributes',
textNodeName: 'innerText',
ignoreAttributes: false,
removeNSPrefix: true,
isArray: (_, __, ___, isAttribute) => !isAttribute,
allowBooleanAttributes: true,
};
;