NODE_PROPERTIES_QUERY = '\nCALL schema.node_type_properties(
)\nYIELD nodeType AS label, propertyName AS property, propertyTypes AS type\nWITH label AS nodeLabels, collect({key: property, types: type}
) AS properties\nRETURN {labels: nodeLabels, properties: properties} AS output\n'